carolguo-dd
carolguo-dd
publisher: postgres 9.6.15, pglogical 2.3.4 subscribe: rds postgres 12.7, pglogical 2.3.2 It seems very odd that it only fails on this specific table, while successes on all other tables.
turned on debug2 on provider side and get a bit more error message from provider: ``` 2021-09-07 14:20:14.474 UTC [19265] DETAIL: Logical decoding will begin using saved snapshot. 2021-09-07 14:20:14.475...
I think the main problem may be this ``` cannot stream from 2020/9E060100, minimum is 2020/9E0640D8, forwarding ``` But I have checked with select pg_xlogfile_name('2020/9E0640D8'); select pg_xlogfile_name('2020/9E060100'); they point to...
We had similar issue. We found out that if we recreate the primary key on different columns excluding the text columns then replicating to PG 12 could work.
We are using AWS RDS that is on pglogical 2.3.2. Haven't tested if it works on pglogical 2.3.4
Seems like this fix has introduced another problem. we set the the POD_NAMESPACE env variable, but not the K8s_NAMESPACE variable and have below input file ``` { k8s { namespace...
created a [pr](https://github.com/chimpler/pyhocon/pull/308) in attempt to fix the problem