Quantcast
Channel: StackExchange Replication Questions
Browsing all 17268 articles
Browse latest View live
↧

Msg 14027, Level 11, State 1, Procedure sp_MSrepl_addarticle [table] does not...

Before setting up SQL Server snapshot replication, I backed up the database from ServerA and restored it to ServerB. Both servers are running SQL Server 2008 R2 SP1. In trying to setup snapshot...

View Article


How To Prevent Replication Failure

If I become a MySQL DBA, will I had to deal all day with those kind of issues or do you have tips to prevent from breaking the whole replication? I received this message because I removed manually the...

View Article


Backing up Master-Master replicated MySQL databases

I have two MySQL 5.5 databases which replicate each other. What's the best way to back these machines up? I would like to prioritise speed/ease of restoration. Should I add extra slaves to both...

View Article

Data Replication From Master 9.3 to Slave 9.4

We have live setup like Master 9.3 & Slave 9.3 (Read Only) in the same network. Now I want to configure new Slave 9.4 on a different server/network with Continuous Replication. I tried pgbase...

View Article

SQL Pull Replication not synchronizing

I am trying to establish a pull transactional replication using SQL Server 2008 R2, I have a local DB and a Remote DB, I am using UNC file share for the snapshot. All are running with no errors,...

View Article


JPA and SQL Server replication issue - Id's conflict

I'm having the following issue with a SQL Server replicated database (Database A and Database B) and JPA. In the code I have something like this: Object obj = new Object(); obj.setName("Nico");...

View Article

Image may be NSFW.
Clik here to view.

Can I use the `IN` operator in snapshot replication

Following is my query which I am using in snapshot filter replication SELECT * FROM [dbo].[PosMast] WHERE Shop = (SELECT shop FROM Config) AND transactiondate >= (SELECT closingdate FROM StockRoom...

View Article

Our Domain Controllers get error when attempting Replication

Please help! We have two domain controllers. For some reason, they stopped replicating in July 2016. Now, when we try to manually initiate replication, we get the following error: "The directory...

View Article


Replicate new data to archive database

My scenario sounds like something that should have been solved before, but my searches have turned up nothing. I am really, really new to replication so perhaps I just don't know exactly what to search...

View Article


Merge Replication - set up new subscriber based on backup of publisher and...

I have a replication setup with 1 publisher and 3 push subscribers. I need to add a new push subscriber. I cannot afford downtime for the publisher and the existing subscribers. My plan is to do the...

View Article

Restoring MySQL database with db dump and binlogs

I have a database running on our production web server that I have set up as a master with a single slave in another datacenter. When reading through the MySQL replication setup instructions, they...

View Article

MySQL: Adding Routines to a Slave

While setting up the MySQL replication, I took the mysqldump (without--opt --routinesoptions) unaware of the fact that in mysqldump, --routines it is NOT enabled by default. Questions Is there any way...

View Article

fixing mySQL replication (large DB)

I have a large mySQL database and I am replicating to two slaves. All three servers are windows (i know). One of my slaves seems to have corruption, the other is fine. This is huge DB, a few hundred...

View Article


MySQL 5.6 Slave Stops Processing Binlog on Master Restart

I have a pair of Debian 7 servers with MySQL 5.6.23. The slave server is a clone of the master (but the uuid has been regenerated on the slave). For some reason, whenever MySQL is restarted on the...

View Article

MySQL slave server getting stopped after each replication request from Master

Basic master-slave MySQL configuration has been done on Windows machine. Master and slave servers are running on localhost with different ports. Now when executing update or insert in master server,...

View Article


Postgres BDR replication stopped - replication slot inactive

Our Postgres BDR database system stopped replicating data between the nodes. When I did a check using the pg_xlog_location_diff I noticed that there is a growing buffer in the replication slot. SELECT...

View Article

Image may be NSFW.
Clik here to view.

SQL Server transactional replication process and error

I need to setup a replication. Which replication is better if I want to keep my data updated in the second server as soon as new data is pushed into the primary server. I tried setting up by clicking...

View Article


Are relay logs necessary for replication?

I'm trying to understand when/where using relay log is beneficial. According the documentation, mysql captures and writes events from the master's binary log as the result of the I/O thread. Then, the...

View Article

Configuring slave from EC2 master to Amazon RDS slave

I am configuring replication from EC2 master to Amazon RDS instance. After starting the slave, I don't see any errors but I see slave_IO: _thread is connecting. Master version:5.6.23 Slave...

View Article

Too many open connections with MongoDB 2.6 + PyMongo 2.7.2

I was running MongoDB 2.4 with a replica set which contains 1 primary, 1 secondary and an arbiter. We were using PyMongo 2.6 and MongoEngine 0.8.2. Recently, we performed an upgrade to MongoDB 2.6, and...

View Article
Browsing all 17268 articles
Browse latest View live