From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Radamanthus Batnag <rad(dot)batnag(at)devex(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: WAL file compatibility |
Date: | 2009-10-20 14:25:20 |
Message-ID: | 26679.1256048720@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Radamanthus Batnag <rad(dot)batnag(at)devex(dot)com> writes:
> I have a PostgreSQL production server running on CentOS (compiled from
> source), and I'm planning to setup a hot standby database on another
> server, running on Ubuntu (default Ubuntu binaries).
> The production server is running on 8.3.5, and the planned Ubuntu hot
> standby is running on 8.3.x. Can I use the production WAL files on the
> Ubuntu standby without problems?
The source and destination servers have to be the same major PG release,
same architecture (no 32-bit vs 64-bit for instance), and built with the
same configure options. OS per se shouldn't matter, but you could
easily get burnt on configure options if you use binaries obtained from
different packagers. Compare pg_config output or check the fields
listed by pg_controldata.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Jaime Casanova | 2009-10-20 15:51:47 | Re: WAL file compatibility |
Previous Message | Anj Adu | 2009-10-20 14:04:27 | server process crash |