PostgreSQL Replication

Поиск
Список
Период
Сортировка
От Franklin Haut
Тема PostgreSQL Replication
Дата
Msg-id CAN1QLZJdMjaUNg4=Sixm3t_84_CXfRTsnD0paOwuBdzheSewEA@mail.gmail.com
обсуждение исходный текст
Ответы Re: PostgreSQL Replication  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-novice
I have a doubt about replication, hopefully they can help me. I have several databases all in version 9.2, geographically distant, as in the example below:

200.xxx.xxx.1
    database1 (260GB)
    database2 (20GB)

200.xxx.xxx.2
    database3 (60GB)
    database4 (10GB)

200.xxx.xxx.3
    database5 (200GB)
    database6 (500GB)

200.xxx.xxx.4
    database7 (200GB)
    database8 (3GB)

I need to replicate databases
(database2, database4, database5, database6, database7) to another
230.yyy.zzz.5 server only for backup, no insert, update or delete command.
Some times can be the downfall of Internet link

230.yyy.zzz.5  
    database2
    database4
    database5
    database6
    database7

Is there way to implement this replication?

Best regards

Franklin Haut

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

Предыдущее
От: Pandu Poluan
Дата:
Сообщение: Re: 32 and 64-bit versions of PostgreSQL for Windows
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: PostgreSQL Replication