打印

PostgreSQL High Availability

PostgreSQL High Availability

http://www.postgresql.org/docs/8.2/static/high-availability.html

客户可以提共SAN,所以我考虑采取“Shared Disk Failover“:

    Shared disk failover avoids synchronization overhead by having only one copy of the database. It uses a single disk array that is shared by multiple servers. If the main database server fails, the standby server is able to mount and start the database as though it was recovering from a database crash. This allows rapid failover with no data loss.

    Shared hardware functionality is common in network storage devices. Using a network file system is also possible, though care must be taken that the file system has full POSIX behavior. One significant limitation of this method is that if the shared disk array fails or becomes corrupt, the primary and standby servers are both nonfunctional. Another issue is that the standby server should never access the shared storage while the primary server is running.

但是我还要做Linux HA (heartbeat & ip takeover),这样active node fail时passive node可以take over,那位给点建议? 急用,谢谢了。

TOP

Linux HA/Heartbeat (www.linux-ha.org)

TOP

我在ITPUB上的MYSQL板块里面发表了一篇关于MYSQL高可用的实施手册,你可以参考一下。

TOP

the work is done, i also post it to ITPUB上的MYSQL板块, xie xie.

TOP

good work!

TOP


感谢一直以来您对我们的支持!
当前时区 GMT+8, 现在时间是 2008-10-16 05:29 京ICP证060528 号

Designed By 17DST