Re: PG 10 logical replication version dependency?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: PG 10 logical replication version dependency?
Дата
Msg-id p7b3ol$tnv$1@blaine.gmane.org
обсуждение исходный текст
Ответ на PG 10 logical replication version dependency?  ("Colin 't Hart" <colinthart@gmail.com>)
Список pgsql-general
Colin 't Hart schrieb am 02.03.2018 um 09:23:
> Is there a version dependency when using logical replication? Do both
> sides have to be running the same major version? Or is it a wire
> protocol that will be backwards compatible in future releases?
> 
> I sincerely hope it's the latter so that users of this aren't forced
> to upgrade all of their interconnected servers at the same time.

I think the only restriction is that connected servers need to be Postgres 10 or higher. 

So you should be able to replicate from Postgres 10 to Postgres 11 once the next version is released.





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

Предыдущее
От: "Colin 't Hart"
Дата:
Сообщение: PG 10 logical replication version dependency?
Следующее
От: Stéphane Klein
Дата:
Сообщение: How can I include sql file in pgTAP unittest?