I am new to bucardo and need to install it for database replication. The idea is to replicate 3 databases with the same content.
I have a database which I will call it "db1" installed on a local machine.
I have a second database and I will call it "db2" on a cloud server.
I have a third database and I will call it "db3" on a local machine phisically distanced from db1 and db2.
I need to have bucardo to replicate the 3 databases on the following way:
db1 replicates with db2;
db3 replicates with db2;
I believe that this approach will allow me to have the same data on the 3 databases, is it correct?
Also, I believe that I will have to install bucardo JUST on servers with db1 and db3, is it correct?
Thank you very much for your support
Regards
Paulo