From: | teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=d8d?=) |
---|---|
To: | ralph(at)pcioh(dot)com |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: PostgreSQL on RedHat High Availability Server. |
Date: | 2000-11-26 21:25:43 |
Message-ID: | 20001126212543.91F2F28025@halden.devel.redhat.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Ralph Allan Rice <ralph(at)pcioh(dot)com> writes:
> Anyone out there used PostgreSQL on Redhat's High Availability Server?
> We are trying to determine if a RedHat/PostgreSQL combo could be used in
> a dual-redundant manner, such as a Active/Inactive cluster
> configuration. Anyone out there do this? Any problems, gripes, or
> success stories? Please respond to ralph AT pcioh.com. Thank you.
The obvious problem would be that these databases aren't synchronized.
I all you wanted to was read data, it should work just fine.
If not, you need to make your programs aware of the fact you're
running on multiple machines and update all of the databases - and
handle the situation that one may be down, and needs to be updated
before going online again.
--
Trond Eivind Glomsrød
Red Hat, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-11-26 21:53:24 | Re: Bug? 'psql -l' in pg_ctl? |
Previous Message | GH | 2000-11-26 21:25:38 | Bug? 'psql -l' in pg_ctl? |