Two Questions Re: Warm Backup

Поиск
Список
Период
Сортировка
От Terry Lee Tucker
Тема Two Questions Re: Warm Backup
Дата
Msg-id 200904291246.42152.terry@chosen-ones.org
обсуждение исходный текст
Ответы Re: Two Questions Re: Warm Backup  ("Daniel Verite" <daniel@manitou-mail.org>)
Список pgsql-general
Greetings:

We are researching implementing a warm backup solution for our existing
databases. We have a two node cluster running RH which are connected to a
SAN. There is a total of 11 database clusters with the two node linux cluster
balancing the load. At the moment, we are not doing any WAL archiving.
exp=# select version();
                                                version
--------------------------------------------------------------------------------------------------------
 PostgreSQL 8.3.3 on i686-redhat-linux-gnu, compiled by GCC gcc (GCC) 4.1.2
20070626 (Red Hat 4.1.2-14)
(1 row)

Q1: Can we set up a scenario where there is more that one warm standby? I want
a warm standby locally and one that is hundreds of miles away connected with
a T4 data circuit.

Q2: Am I correct in assuming that ALL changes to any of the production schema
will be written to the warm standby? For example, if I drop a constraint in
production I assume the same will occur on the warm standby. If I create and
drop a table in production, I assume it will occur on the warm standby.

TIA
--

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

Предыдущее
От: Stefan Sturm
Дата:
Сообщение: Export Data from one DB and Import into a new DB
Следующее
От: Phil Couling
Дата:
Сообщение: Do TEMP Tables have an OID? Can this be a problem if used too frequently?