Top "Replication" questions

The use of redundant resources to improve reliability, fault-tolerance, or performance.

How to get master-master replication with Subversion?

Seems like a simple problem: I have an SVN repo inside our firewall. I have an SVN repo outside our …

svn replication git-svn
Does Redis support strong consistency

I am looking at porting a Java application to .NET, the application currently uses EhCache quite heavily and insists that …

redis replication database-replication
MySQL Binary Log Replication: Can it be set to ignore errors?

I'm running a master-slave MySQL binary log replication system (phew!) that, for some data, is not in sync (meaning, the …

mysql replication mysql-error-1062 binlog
MongoDB Multiple Masters in ReplicaSet

I've got a question concerning multiple masters in a replicaSet with MongoDB. I have the following layout: Server A --&…

mongodb replication database-replication master replicaset
Why SQL Server doesn't allow to remove a Distributor exactly after Configuration?

I Configured a distribution in SQL Server 2008 using both Wizard and T-SQL but after it when I want to remove …

sql-server sql-server-2008 replication distribution database-replication
"Uninitialized subscription" error in replication monitor

I'm using SQL Server 2012 and trying to implement transactional replication. Im using the system stored procedures to create the publications …

replication sql-server-2012 transactional-replication
Delete all the contents from a kubernetes node

How to delete all the contents from a kubernetes node? Contents include deployments, replica sets etc. I tried to delete …

kubernetes containers replication
MySQL replication: if I don't specify any databases, will log_bin log EVERYTHING?

I'm setting up replication for a server which runs a bunch of databases (one per client) and plan on adding …

mysql replication
Replicate selected postgresql tables between two servers?

What would be the best way to replicate individual DB tables from a Master postgresql server to a slave machine? …

postgresql replication rsync failover
Endless recovering state of secondary

I build a replication set with one primary, one secondary and one arbiter on MongoDB 3.0.2. The primary and arbiter are …

mongodb replication