From: | Alan Hodgson <ahodgson(at)simkin(dot)ca> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: allow servers to access to the same data |
Date: | 2012-10-17 18:25:12 |
Message-ID: | 1535114.WWopsoLRi8@skynet.simkin.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> is it that you want?
> I've come across a few mentions of Heartbeat being used for PostgreSQL
> failover, do have any links to more information about this?
If you're going to use Heartbeat on a 2-server setup, you should use DRBD for
the replication, not the PostgreSQL replication. DRBD basically does the
equivalent of RAID-1 mirroring between 2 servers.
http://www.linuxjournal.com/article/9074 is dated but probably still covers
everything you need to do to make it work.
If you have questions about setting this up, you should find a linux clustering
group to ask. It can be quite complex if you aren't very familiar with Linux
system administration, and this is not a good forum for the followups.
From | Date | Subject | |
---|---|---|---|
Next Message | Shaun Thomas | 2012-10-17 19:15:31 | Re: allow servers to access to the same data |
Previous Message | Tulio | 2012-10-17 18:14:55 | Re: allow servers to access to the same data |