| From: | Kenneth Marshall <ktm(at)rice(dot)edu> |
|---|---|
| To: | james bardin <jbardin(at)bu(dot)edu> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: Warm standby with 8.1 |
| Date: | 2009-08-18 15:33:42 |
| Message-ID: | 20090818153342.GO3776@it.is.rice.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
James,
You really, really, really should upgrade to a more recent
release. The list of improvements and bugfixes is long and
well worth having. 8.1 was released 4 years ago. If you
cannot, please, please make certain that you are running
the latest point release -- regardless of what is shipping
with RHEL5.
Good luck,
Ken
On Tue, Aug 18, 2009 at 11:27:40AM -0400, james bardin wrote:
> Hello,
>
> I'm working on a warm standby system, and we would like to stick with
> the RHEL5 distributed version of postgres, which is still 8.1.
>
> I can setup the system to a point where it's adequate for disaster
> recovery, but I'm not comfortable keeping the systems in sync for
> failover, maintenance, or testing. I'm familiar with the newer
> versions, and most documentation for this doesn't mention 8.1 any
> more.
>
> Could someone confirm if this is what I need to do on 8.1?
> - Create backup, and send to standby server.
> - Ship WALs with archive_command
> - When we need to switch over; shutdown, sync pg_xlog, and do a
> recovery on the new server.
>
> If I have to sync pg_xlog and recover anyway to get the latest
> transactions, should I forgo shipping the WAL archives? Switching
> between servers should be rare, but I want something that admins
> without postgres experience can handle.
>
> Should I resort to slony?
> Use the latest version from the postgres yum repo, and vet it locally?
>
> Thanks
> -jim
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | james bardin | 2009-08-18 16:09:25 | Re: Warm standby with 8.1 |
| Previous Message | james bardin | 2009-08-18 15:27:40 | Warm standby with 8.1 |