Sample Header Ad - 728x90

Can bdr only replicate one database per server?

2 votes
1 answer
1055 views
I have installed the new BDR-Solution with PostgreSQL 9.4 and it works like a charm. **My Problem:** I want to add more databases to the replication but every time if I added the other database and restarted the servers one server is crashing. pg_hba.conf and postgresql.conf are correct. So I read on [this site](https://wiki.postgresql.org/wiki/BDR_User_Guide) that > "You can replicate just one database from a server" But on [this site](https://wiki.postgresql.org/wiki/BDR_Comparisons) it sounds like an advantage: > "You must explicitly configure each database you want to replicate." > and "BDR replicates per-database, not per-cluster. So you don't have > to split your databases up into different PostgreSQL instances just to > control how they replicate." this sounds to me like I *could* vsync more databases if I want...
Asked by thisisole (23 rep)
Mar 6, 2015, 03:13 PM
Last activity: Mar 7, 2015, 12:26 PM