Re: Hot standby from Debian to Windows

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Hot standby from Debian to Windows
Дата
Msg-id dfd70305-88be-a6ee-b766-a1defa0703d7@aklaver.com
обсуждение исходный текст
Ответ на Hot standby from Debian to Windows  ("Andrus" <kobruleht2@hot.ee>)
Ответы Re: Hot standby from Debian to Windows
Список pgsql-general
On 3/29/20 5:35 AM, Andrus wrote:
> Hi!
> 
> Postgres 12 server is running on Debian 10 and has number of databases.
> 
> How to mirror changes of those databases to Windows 10 workstation which 
> runs also Postgres 12.
> 
> Changes in server databases in Debian should sent to Postgres 12 
> database in Windows over internet.
> 
> If Debian server goes down, users can change server address to Windows 
> computer as temporary workaround and continue working.

Since you are moving between different OSes you will need to use some 
form of logical replication as binary replication will not work. Given 
that you are Postgres 12 you could use the builtin logical replication:

https://www.postgresql.org/docs/12/logical-replication.html

How that needs to managed is going to need more information. As a start:

1) Downtime allowed?

2) All databases to be replicated or just some?

3) Permissible lag between servers?

4) How are you going to deal with the down server and how do you plan on 
bringing it up again?


> 
> Andrus.
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: could not determine encoding for locale "et_EE.UTF-8": codeset is"CPUTF-8" in pg_restore
Следующее
От: "Andrus"
Дата:
Сообщение: Re: could not determine encoding for locale "et_EE.UTF-8": codeset is "CPUTF-8" in pg_restore