replication in Postgres

Поиск
Список
Период
Сортировка
От Glyn Astill
Тема replication in Postgres
Дата
Msg-id 574747.26178.qm@web25814.mail.ukl.yahoo.com
обсуждение исходный текст
Ответы Re: replication in Postgres
Re: replication in Postgres
Список pgsql-general
Hi people,

Does anyone here have replication setup? We're intending to move onto
Postgres and I'm looking into the replication methods available to
us.

We intend to have a master and slave on site and another slave at our
second site down a 10Mb line.

So far the only methods I see would be usable for us are Slony I and
WAL log shipping.

Does anyone here have a similar setup or any recommendations?

From what I can see schema changes and operations like truncate table
are not supported in Slony I, whereas they'd all propagate through
using WAL logs?

Ideally we want to be able to use our on site slave for reporting (it
doesn't matter if the data is a little stale - say a few minutes) and
our nightly backups, and the off site slave for disaster recovery.

Any ideas would be greatly appreciated.


      ___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: postgres schema printer
Следующее
От: Martin Gainty
Дата:
Сообщение: Re: Error while compiling PostgreSQL with Java