Tagged Questions

4
votes
4answers
576 views

Ruby On Rails Master-Slave Postrgres Databases

I am currently setting up a master-slave app using Ruby on Rails that needs to have a Master-Slave backend. I'm currently looking at using Slony for the replication component, and Masochism for ...
0
votes
1answer
118 views

postgres slony-i master node tables can't be written after running for few days

I set up slony to replicate 3 tables from one opensuse pc (master node) to another opensuse pc (slave node). It works well at first. After running for few days, it suddenly come out the error message ...
0
votes
1answer
525 views

Configure pgpool in master_slave mode fails to auth against backend

I am trying to run pgpool on 2+ web servers which also have a rails app, etc. The idea is to have replication via slony or streaming and failover via pgpool. It would also be nice to have queries ...