Tag Archives: rubyrep
rubyrep and postgresql replication roundup
While replication might not be tightly integrated into postgresql at the moment, we are lucky to have a variety of tools. Each one has different qualities and meets different needs. SlonyII is mature and easy enough to implement, but it … Continue reading
installing bucardo for multi-master postgres database replication
In my quest for postgres replication/clustering nirvana I’ve played with pgpool, slony, rubyrep and now bucardo. Our requirements are painless bidirectional synchronization between two postgresql databases that serve a django application. Bucardo seems awesome, but there are some problems with … Continue reading
using rubyrep to replicate a postgresql database on ubuntu 9.10 (karmic koala)
Update: I was mistaken about rubyrep’s ability to support continuous replication. See my new post for an update. For my current project, we need to replicate a postgresql 8.4 database between several sites. We are looking at bucardo and rubyrep. … Continue reading