Re: Postgresql 9.6 -> AWS RDS Postgresql 12.2 with pg_logical

2020-06-01 Thread Peter Eisentraut
On 2020-05-31 06:33, Igor Polishchuk wrote: I need to replicate Postgresql 9.6 to  AWS RDS Postgresql 12.2 with pg_logical. AWS RDS Pg 12.2 (target) only supports pg_logical 2.3.0. Can I use v2.3.1 on the source and v2.3.0 on the target? In principle yes, since the compatibility is controlled

Re: Postgresql 9.6 -> AWS RDS Postgresql 12.2 with pg_logical

2020-05-31 Thread Ben Chobot
Igor Polishchuk wrote on 5/30/20 9:33 PM: Hello, I need to replicate Postgresql 9.6 to  AWS RDS Postgresql 12.2 with pg_logical. AWS RDS Pg 12.2 (target) only supports pg_logical 2.3.0. Can I use v2.3.1 on the source and v2.3.0 on the target? We had lots of issues with pglogical when we accid

Postgresql 9.6 -> AWS RDS Postgresql 12.2 with pg_logical

2020-05-30 Thread Igor Polishchuk
Hello, I need to replicate Postgresql 9.6 to AWS RDS Postgresql 12.2 with pg_logical. AWS RDS Pg 12.2 (target) only supports pg_logical 2.3.0. Can I use v2.3.1 on the source and v2.3.0 on the target? Thank you in advance Igor