From: | Jonathan Bartlett <johnnyb(at)eskimo(dot)com> |
---|---|
To: | Mike Benoit <mikeb(at)netnation(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Alternative replication method. |
Date: | 2003-06-24 21:26:50 |
Message-ID: | Pine.GSU.4.44.0306241422580.28263-100000@eskimo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I haven't used this. It would probably work, but there's also another
way just using plain SCSI. You can attach both your main machine and a
hot standby to an external RAID array. When the main machine goes down,
just mount the RAID array yourself. However, you should also install a
serial power switch so that you can kill the other server dead to prevent
possible damage.
Jon
On 24 Jun 2003, Mike Benoit wrote:
> Has anyone used PostgreSQL with Drbd
> (http://www.complang.tuwien.ac.at/reisner/drbd/)?
>
> They claim it works with PostgreSQL. Do the PostgreSQL hackers forsee
> any issues with this type of replication method?
>
> Do you think this method (combined with some other HA utilities) could
> work well as a "hot-spare" database server?
>
>
> --
> Best Regards,
>
> Mike Benoit
> NetNation Communications Inc.
> Systems Engineer
> Tel: 604-684-6892 or 888-983-6600
> ---------------------------------------
>
> Disclaimer: Opinions expressed here are my own and not
> necessarily those of my employer
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
From | Date | Subject | |
---|---|---|---|
Next Message | Mike Benoit | 2003-06-24 21:27:29 | Re: capturing and storing query statement with rules |
Previous Message | Mike Benoit | 2003-06-24 21:20:36 | Alternative replication method. |