Proper management of PGPool II

Posted by Cathy on Server Fault See other posts from Server Fault or by Cathy
Published on 2013-10-22T03:03:28Z Indexed on 2013/10/22 3:56 UTC
Read the original article Hit count: 380

Filed under:
|
|

Currently I have a site, with one Postgres database server. It is just for a select number of users (less than ten) but it needs the maximum uptime possible.

I would like some kind of automatic failover for the database.

So I was thinking something like: one server running PGPool II, one running Postgres as master, one running Postgres as slave. But then, if wherever PGPool is running suddenly loses power (or dies, or whatever), there's a single point of failure and the whole thing goes down.

Is there a solution, assuming that outsourcing this to someone else isn't possible?

© Server Fault or respective owner

Related posts about postgresql

Related posts about failover