Replication Issue - Changing the replication-do-db filter
I have a server that someone has setup which are acting as a master on both database. Since they have been configured as both master on the same database, changes one on end has caused all sorts of...
View ArticleSymmetricDS Setup - SQL Server 2008 to MySQL
I need to replicate just a couple of tables from a Microsoft SQL Server 2008 database to a MySQL 5.7 database (one-way only). I've been struggling to find a simple solution. I've ultimately decided to...
View Articleinfluxdb v1.1 replication configuration
I am novice at influxdb. I want to setup replication between two influxdb server nodes. My application will be writing/reading data from let's say NODE-1 of influxdb. Where I want NODE-1 to keep...
View Articlerows deleted in the subscriber - what to do? - transactional replication sql...
someone has delete by mistake a row of a table in the subscribed server/database. I am getting the following error message: The row was not found at the Subscriber when applying the replicated (null)...
View ArticleLondiste replication fails intermittenly
I have skytools setup for postrgesql replication. It keeps on failing intermittently. When I checked londiste status I get following error $ londiste /etc/skytools/mydb_data_0.ini status Queue:...
View ArticleHow Much Overhead Does Web Sync Add?
I am running merge replication in SQL2012 using web sync. Has anybody done any experiments to compare the performance of web sync to connecting to replication using a straight TCP/IP connection? Just...
View ArticleSQL Server 2008 R2 - Change distributor schedule
We have configured SQL Server 2008 R2 replication. Distributor is configured in continuous mode, publisher is scheduler is set to execute after every six hours. Now we want to change distributor...
View ArticleSQL Server distributor server move
I need to move my distributor server to a brand new server without resnapshotting it. The scenario I have is similar to the one defined in below link....
View ArticleDocument Store & Relational DB Hybrid. Exists? Possible?
Does anyone know of any product or open source project that attempts to strap together Mongo DB and MySQL for instance? I hear a lot about how relational DBs being ACID compliant makes it nearly...
View ArticleHow to create 2 MySQL Databases replication in real time, based on Dns...
At the moment I have server running with php+mysql+nginx+bind, its a backend system that i have developed for managing set-top-boxes(satellite boxes, iptv,ott boxes), based on clients actions it...
View ArticleSQL Replication "Row Not Found" Error
I have transactional replication running between two databases. I fear they have fallen slightly out of sync, but I don't know which records are affected. If I knew, I could fix it manually on the...
View ArticleReplication of a remote MySQL database to local MySQL database
I'm the developer of my employers corporate private website, a HTML5/PHP/CSS powered site for company reports etc. The site, hosted on a shared hosting package, connects to a remote read-only MySQL DB...
View ArticleMasters database not replicating on slave after restarting client
I'm trying to implement master slave replication and It's works fine with no errors, database is replicated on slave, but when I close my servers and open them again and add something in masters...
View ArticleFinding Row and Column filters in transactional replication
SQL Server Transactional Replication: I understand that T-Rep supports both row and column filters and this can be done through the GUI while setting up replication. I am trying to create SQL code...
View ArticleProblem in MySQL cluster when using two clusters
I have a master-slave MySQL Cluster 1 which is two way. It is working fine. I have another MySQL master-slave Cluster 2 where data is coming from Cluster 1 master to Cluster 2 master. It is also...
View ArticleSQL Server: subscriber as publisher and hierarchical replication
In Oracle Streams one way replication from one DB to another is a basic block for many replication topologies (N-way, hierarchical, combined and so on), and changes could be captured and applied for...
View Articlereplication filtering replicate-rewrite and do-table Mysql 5.6 (innodb engine )
I have a master/slave replication setup based on statement based replication. On master database named DB1, I have 5 tables and I want to replicate only two table on slave's database named DB2. Also, I...
View ArticleReplication compatibility between minor MySQL versions
I have a dedicated server running MySQL 5.7, installed using MySQL's Yum repository. Yum always installs the latest version, which is MySQL 5.7.11 at the time of this writing. I want to replicate this...
View ArticleLive Database Sync. MySQL - SQL Server
I have a Rarer scenario, Is there any possibility to achieve the target? Here is the Situation: I have Developed a Responsive site using php with foundation framework and the back-end is MySQL for a...
View ArticleHow to create 2 MySQL Databases replication in real time, based on Dns...
At the moment I have server running with php+mysql+nginx+bind, its a backend system that i have developed for managing set-top-boxes(satellite boxes, iptv,ott boxes), based on clients actions it...
View Article