Tagged Questions
The database-replication tag has no wiki summary.
10
votes
5answers
8k views
How to re-sync the Mysql DB if Master and slave have different database incase of Mysql replication?
Mysql Server1 is running as MASTER.
Mysql Server2 is running as SLAVE.
Now DB replication is happening from MASTER to SLAVE.
Server2 is removed from network and re-connet it back after 1 day. After ...
10
votes
2answers
2k views
Zookeeper/Chubby -vs- MySql NDB
I have been reading the Paxos paper, the FLP theorem etc. recently and evaluating Apache Zookeeper for a project. I have also been going thru Chubby (Google's distributed locking service) and the ...
7
votes
2answers
101 views
What can we do in MySQL 5.0 replication to address bandwidth concerns?
I am developing an application to run on the client PC (Win) which is configured with a MySQL server 5.1 instance that will act as read-only slave to the remote master. The remote master has dozens ...
5
votes
2answers
319 views
Single slave - multiple master MySQL replication
I need to replicate different MySQL databases from multiple servers into a single slave server. How can this be done? Do I need a separate MySQL instance on the slave for each master server? Or is ...
5
votes
2answers
352 views
MySQL Replication
Shall i use MYSQL replication to synchronize local database and remote database.
if so, how to setup master/slave ? or any other methods available to do this
4
votes
4answers
342 views
Database sync solutions for Delphi
I am looking for some starting points integrating a Win32 Delphi application's data with a remote database for a web application.
Problem(s) this project intends to solve:
1) The desktop does not ...
4
votes
4answers
2k views
Is it possible to do N-master => 1-slave replication with MySQL?
I want to make a dedicated SLAVE machine for data replication of three database on three different servers. In other words, I want to do Multiple Master => SIngle Slave replication.
Is there any way ...
4
votes
2answers
322 views
ActiveRecord counter_cache giving stale count with multi_db gem
I'm using the multi-db gem with Slony-I replication on PostgreSQL in a Rails app. This mostly works perfectly, but there is a bit of a replication lag in certain cases. One of the cases involves an ...
3
votes
1answer
61 views
How can I implement a read slave (mySql) in rails 3.0.9?
I am using Rails 3.0.9. (With ruby 1.9.3)
I have been looking into some replication gems (data_fabric, octopus, multi_db).
Been wondering what is the best solution.
Production ready, fast, AR3 ...
3
votes
2answers
61 views
MySql - create replication with minimal downtime
I have a ~80GB MySql DB.
I want to create a replication on that DB while having the current DB as master and setting up a slave for it.
My main question is how can i move the data (all 80GB) of it ...
3
votes
1answer
286 views
Drupal 7 MySQL master/slave replication not working
I am having trouble getting Drupal 7.7 to use a MySQL slave database.
My settings.php is as follows:
$databases['default']['default'] = array(
'driver' => 'mysql',
'database' => 'my_db',
...
3
votes
1answer
71 views
Future of “Logical Records” in SQL Merge Replication
I am building a new application which will be using SQL Merge Replication over very poor networks. It appears that the "Logical Records" feature would help significantly in coping with these network ...
3
votes
1answer
95 views
Replication across heterogenous databases
Is it possible using SQL Server Replication to replicate data to AND from (bi-directional) Oracle and SQL Server? The schemas are completely different. In real-time would be a bonus.
Have already ...
3
votes
1answer
199 views
Don't quite understand SQL Server transaction logs
I've read up on SQL Server transaction logs, but still not entirely comfortable with how to use/manage them. I get that they are important for things like transaction rollbacks, mirroring, replication ...
3
votes
1answer
147 views
Optimistic vs Multi Version Concurrency Control - Differences?
I am trying to find out, what the difference between optimistic concurrency control (OCC) and multi version concurrency control (MVCC) is?
So far I know that both is based on version checking for ...
3
votes
3answers
572 views
Consolidate data from many different databases into one with minimum latency
I have 12 databases totaling roughly 1.0TB, each on a different physical server running SQL 2005 Enterprise - all with the same exact schema. I need to offload this data into a separate single ...
3
votes
3answers
7k views
SQL Server Update Trigger, Get Only modified fields
I am aware of COLUMNS_UPDATED, well I need some quick shortcut (if anyone has made, I am already making one, but if anyone can save my time, I will appriciate it)
I need basicaly an XML of only ...
3
votes
3answers
2k views
couchdb as “briefcase”: replication and/or database dumps?
I have a need to migrate some CouchDB database data back and forth between two desktop computers at different locations. One of the computers is Windows XP, one is a Macintosh running OS X 10.5. ...
2
votes
1answer
118 views
MySQL replication - Error connecting to master
I'm trying to set up replication in MySQL but I am being given an error that I do not know how to fix -
ERROR 1218 (08S01): Error connecting to master: Host 'sh047.mydomain.com' is not allowed to ...
2
votes
1answer
86 views
offline limited multi-master in Postgres
Site A will be generating a set of records. Nightly they will backup their database and ftp it to Site B. Site B will not be modifying those records at all, but will be adding more records and other ...
2
votes
1answer
59 views
Frequent Setup and Tear Down of SQL Server Replication
I am using the Visual Studio Database Project for my database. I have it setup to auto-build twice a week. When it builds it drops the database and recreates it from scripts.
I really like the tear ...
2
votes
2answers
92 views
mysql replication - master to slave
I have successfully set up a master to slave environment and it is definitely working fine.
The only problem I have is that selecting count from a table, they are not the same BUT selecting after 5 ...
2
votes
0answers
24 views
Distributed FS with deterministic multiple masters?
I'm looking for a distributed file (or other storage) system for managing a very large number of mutable documents. Each document can be rather large (1-100MB). Some reads need to be guaranteed to be ...
2
votes
1answer
87 views
Write to 2 datasources simultaneously when calling SaveAll in CakePHP
I am trying to write values to 2 databases (need not be simultaneously) when the saveAll function is called. This does not apply to all tables but only 4 out of the 10 tables in the 2 databases.
My ...
2
votes
1answer
92 views
One way replication with CouchDB
I run CouchDB on my production server, and I want to periodically replicate it to my development server (running on another machine, at my home). So what's the easiest way to do it securely ?
2
votes
0answers
220 views
Mysql replication in shared hosting
I need to do some mysql replication.
Some informations :
I have two databases instances, in shared hosting, so I can't use Mysql Replication (I don't have access to the configuration files).
It's ...
2
votes
1answer
334 views
Mysql - Select value from 'Show master status' query
hi
How can i select just the position value from the 'SHOW MASTER STATUS' query
exp something like
select position from (show master status);
thanks for your time and help
2
votes
1answer
271 views
Replication - User defined table type not propogating to subscriber
I created a User defined table type named tvp_Shipment with two columns (id and name) . generated a snapshot and the User defined table type was properly propogated to all the subscribers.
I was ...
2
votes
2answers
201 views
Strategy for transferring db data between sql servers
I would like some advice on the best approach for transferring DB data from one SQL server to another.
This is my scenario:
Customers can make orders for products either through our website (hosted ...
2
votes
2answers
1k views
Rails 3 and mysql master-slave replications
Want to set up mysql master-slave replications in rails app.
Are there plugins/db adapters available for Rails 3? Does the Masochism plugin work properly with rails 3?
2
votes
4answers
653 views
Sync Data Between Two Diff SQL Servers
I have two SQL servers that I need to have identical. Sync should occur maybe a couple times per day, automatically.
The two servers have no "direct" connection between them, so no linked db etc. ...
2
votes
1answer
189 views
Mysql to Mysql - Hibernate replication using db40/drs?
I would like to do Mysql to Mysql replication using drs. Is it possible to do the same without storing data in db4o? I just want to use drs replication using Hibernate. Any positive/negative ...
2
votes
1answer
132 views
Configuring replication after mirroring - is this possible?
I'm currently setting up replication in order to produce a database that will be used to run reports and take load of the main database.
According to the guide at:
...
2
votes
1answer
235 views
How reliable is master-slave replication?
I was watching this screencast at RailsLab where the presenter claims that it's possible to have a master DB for write operations and a slave DB for read operations. While for certain types of Web ...
2
votes
1answer
345 views
NHibernate: read/write splitting
I would like to connect NHibernate to a MySQL master-slave replication configuration,
so I would like to send writes to the master, and reads to the
master and slaves. Is this possible? I am also ...
2
votes
4answers
420 views
How to achieve high availability?
My boss wants to have a system that takes into concern of continent wide catastrophic event. He wants to have two servers in US and two servers in Asia (1 login server and 1 worker server in each ...
2
votes
1answer
331 views
Postgres Slony-I question
Sample slonik command on the 1st node:
slonik <<_EOF_
#--
# define the namespace the replication system uses in our example it is
# slony_example
#--
cluster name = $CLUSTERNAME;
#--
# admin ...
2
votes
1answer
162 views
Replication to maintain data integrity
We have two situations:
We have a database server that contains tables of job titles. Those job titles need to be accessed by a database on another server. We have established a linked server ...
2
votes
1answer
467 views
Disparate database replication (between different types of RDBMS)
I'm looking for a recommendation for a product that enables replication between different database systems. We're just looking for standard replication (copy this table over here and apply ...
2
votes
1answer
596 views
Does mySQL Replication: Master DB Name has to be the same as the Slave DB name?
I have set the Master DB Name as MDB & in the Slave server I set to replicate-do-db=SDB <-- this did not work? But when I set it up as the same DB name it works. Is there any solution out there ...
1
vote
1answer
20 views
VS 2010 database deployment for replicated tables
I started to use the database projects that are in Visual Studio to start keeping better track of schema and stored procedure changes. I love the idea of it, but I have hit a little bit of a hiccup. ...
1
vote
1answer
16 views
Is it possible to emulate MySQL replication SlaveIO and SlaveSQL crashing to test monitoring script?
We have a MySQL setup running a single master and two replication slaves. We recently ran into a scenario where SlaveIO had stopped on one of the replication slaves and SlaveSQL had stopped on the ...
1
vote
0answers
34 views
Workflow Foundation replication across databases
I'm new to Workflow Foundation and have a question related to replication in a secure model.
Background
Basically we have two systems: Internal and public. The internal system needs high security ...
1
vote
3answers
108 views
Serverless database replication
TLDR: Are there any embedded db systems that support replication without a server? Preferably usable with .Net
Background: In the past I was asked to create several MS Access databases that are now ...
1
vote
1answer
115 views
How to set up MongoDB for multiple Data Center?
Here is the environment:
[ Data Center 1 ]
[ load balancer, ip: 45.45.45.45]
[ Server 1-A, internal ip: 10.0.0.1, external ip: 200.0.0.1 ]
[ Server 1-B, internal ip: 10.0.0.2, external ...
1
vote
1answer
55 views
Is it possible to have two databases sharing the same files?
I'm designing one application and considering some options regarding the database system since i'm not familiar with Microsoft sql server.
I would like to know if its possible to have 2 databases ...
1
vote
1answer
62 views
Synchronize changes in SQL Server database with its remote client databases
Which is the best way to synchronize a SQL Server database with its remote client databases? Web services/any other built-in features available in SQL Server?
Application details:- Wpf desktop with ...
1
vote
2answers
66 views
Post Replication script in SQL Server 2008
I have setup SQL Server 2008 Transactional Replication between 2 databases. Once the replication session is complete, I want to execute a T-SQL script. Is there a configuration to setup Post ...
1
vote
0answers
72 views
MySql - Two slave database replication
I want to achieve same server replication, such a way there will be two databases replicating one database on same server
Here is my configuration in my.ini
enter code here
server-id=1
log-bin
...
1
vote
1answer
93 views
I am logged into mysql as root but cannot grant extra privileges to users
I am logged into mysql as the root user and trying to setup MYSQL Replication. I have already setup my database as a Master but when I try the 'show master status;' command its saying:
ERROR 1227 ...