Re: WAL file compatibility

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WAL file compatibility
Дата
Msg-id 26679.1256048720@sss.pgh.pa.us
обсуждение исходный текст
Ответ на WAL file compatibility  (Radamanthus Batnag <rad.batnag@devex.com>)
Ответы Re: WAL file compatibility
Re: WAL file compatibility
Список pgsql-admin
Radamanthus Batnag <rad.batnag@devex.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

В списке pgsql-admin по дате отправления:

Предыдущее
От: Anj Adu
Дата:
Сообщение: server process crash
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: WAL file compatibility