How to add more than one database for replication?

62 views
Skip to first unread message

dinesh ddabhi

unread,
Apr 5, 2013, 8:04:52 AM4/5/13
to rub...@googlegroups.com
I don't want to make another Configuration file. It will create another process to maintain.
config.left = {
:adapter  => 'postgresql', # or 'mysql'
:database => 'database1','database2'
:username => 'scott',
:password => 'tiger',
:host     => '172.16.1.1'
}
 
config.right = {
:adapter  => 'postgresql',
:database => 'database1','database2'
:username => 'scott',
:password => 'tiger',
:host     => '172.16.1.2'
}
It is not possible !!! Is there any other way to do this thing without making another process.
Reply all
Reply to author
Forward
0 new messages