replication Questions

1

I want to set up a Replication between two different computers that run MS SQL Server 2008, the master runs on Windows Vista, and the slave will run on Windows XP. I´ve done this before between two...
Misrule asked 15/4, 2009 at 19:2

1

Solved

Summary We are using max_slot_wal_keep_size from Postgresql 13 to prevent master from being killed by a lagging replication. It seems, that in our case, WAL storage wasn't freed up after exceeding ...
Cooperative asked 9/7, 2021 at 9:10

5

I have set the replication factor for my file as follows: hadoop fs -D dfs.replication=5 -copyFromLocal file.txt /user/xxxx When a NameNode restarts, it makes sure under-replicated blocks are re...
Stillage asked 6/8, 2014 at 17:52

3

Solved

According to my reading on jboss documentation it says, We define high availability as the ability for the system to continue functioning after failure of one or more of the servers. A part of...

4

Solved

We are using Amazon RDS and we have a MASTER replicating to a SLAVE. We want to create a new slave that will only replicate specific databases or tables from the master. By default RDS simply ju...
Grammarian asked 22/8, 2013 at 2:29

10

Solved

I would like to copy a very large storage container from one Azure storage account into another (which also happens to be in another subscription). I would like an opinion on the following options...
Debark asked 20/12, 2011 at 21:19

6

Solved

I have a matrix and look for an efficient way to replicate it n times (where n is the number of observations in the dataset). For example, if I have a matrix A A <- matrix(1:15, nrow=3) then I...
Leena asked 23/10, 2012 at 16:13

0

This is one of the biggest problems for cognito as there doesnt seem to be a direct way to have cross region replication for disaster recovery. Has anyone found a work around for having cognito use...

4

Solved

How to delete all the contents from a kubernetes node? Contents include deployments, replica sets etc. I tried to delete deplyoments seperately. But kubernetes recreates all the pods again. Is ther...
Dzoba asked 3/1, 2018 at 13:0

3

Solved

I've a working MongoDB "replica set" made up by 3 servers. It is storing two DBs, I wonder if is it possible to replicate only one of the DBs without running more than one mongoDB instance(one per ...
Chronograph asked 14/3, 2011 at 14:18

2

Solved

I am trying to set up replication between databases. I followed this tutorials: https://learn.microsoft.com/en-us/sql/relational-databases/replication/tutorial-preparing-the-server-for-replication...

1

Solved

If we compare multiple types of replication (Single-leader, Multi-leader or Leaderless), Single-leader replication has the possibility to be Linearizable. In my understanding, Linearizability means...
Sailesh asked 2/9, 2020 at 7:37

8

Solved

It is possbile set/reset the AUTO_INCREMENT value of a MySQL table via ALTER TABLE some_table AUTO_INCREMENT = 1000 However I need to set the AUTO_INCREMENTupon its existing value (to fix M-M rep...
Odie asked 29/8, 2010 at 16:37

7

Solved

I'm trying to add a node to a replica set using rs.add("developer-ViratualBox:30103") and I'm getting the following error message: { "ok" : 0, "errmsg" : "Quorum check failed because not enough vo...
Underling asked 27/5, 2015 at 10:36

3

Solved

What would be the best way to replicate individual DB tables from a Master postgresql server to a slave machine? It can be done with cron+rsync, or with whatever postgresql might have build in, or ...
Resurrectionism asked 15/8, 2012 at 21:11

2

Solved

Is it allowed and/or reasonable to configure a master PostgreSQL 9.2 server to NOT archive but to perform streaming replication. That is configured as shown below: wal_level = hot_standby archive_...
Rent asked 16/10, 2013 at 15:33

1

Solved

I developed a small application with a Redis datastore. I encounter no problems on my development machine. The application is built using docker images and defined in a docker-compose yml file. I h...
Lacroix asked 13/7, 2020 at 20:41

1

Is there a method to disable a specific replication_slot? When I try to drop it I got an error because it is Active. Thanks
Tempo asked 13/7, 2020 at 13:17

3

Solved

Here is a related question. Why do I get this error even when I have not installed SQL Server replication ? The strangest thing is, when I run the fix sp_configure 'max text repl size', 214748364...
Flabby asked 9/8, 2010 at 14:36

6

While doing a MySQL dump is easy enough, I have a live dedicated MySQL server that I am wanting to setup replication on. To do this, I need dumps of the databases to import to my replication slave....
Godparent asked 14/4, 2011 at 16:57

2

Solved

dfsutil is useful on workstations for checking what's going on with the DFS shares that the client is subscribed to, e.g. by running dfsutil /pktinfo. For Windows 10 pre-October 2018 dfsutil can be...
Wooded asked 18/6, 2020 at 11:7

1

In normal MySQL replication setup that when a primary is having an issue, chances are, the slave are lag behind and didn't have the latest data. In AWS RDS when a slave is being automatically prom...
Spinnaker asked 29/5, 2019 at 11:6

9

Solved

I am creating a SQL Server Replication using a script. When I try to execute The job failed. Unable to determine if the owner (STAR\moorer7) of job L3BPT2M-Atlas-14 has server access (reason: Cou...
Eschar asked 5/8, 2009 at 17:13

3

Solved

I would like to know how replication works in a distributed database. It would be nice if this could be explained in a thorough, yet easy to understand way. It would also be nice if you could mak...

3

Solved

I find official pglogical documentation very confusing. There are too many things that are not clear. Perhaps someone who configured pglogical before could explain how to setup a basic logical repl...
Bowerbird asked 31/10, 2016 at 15:55

© 2022 - 2024 — McMap. All rights reserved.