pglogical icon indicating copy to clipboard operation
pglogical copied to clipboard

Logical Replication extension for PostgreSQL 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4 (Postgres), providing much faster replication than Slony, Bucardo or Londiste, as well as cross-version upgrades.

Results 162 pglogical issues
Sort by recently updated
recently updated
newest added

PG 13.2, Pglogical: 2.3.3 I have three servers: old_master **(A)** with non partitioned big table, new_master **(B)** with partitioned table ready to replicate data from A, and next replica with...

I have two source databases and one target database. I have setup pglogical replication between the two source dbs to the target db source db1 -> replicates few tables to...

read from bottom up: ``` 2021-08-19 08:30:08.503 UTC [31947]: [2-1] db=platform,user=logicalrepluser LOG: unexpected EOF on client connection with an open transaction -- 2021-08-19 08:30:08.502 UTC [31947]: [1-1] db=platform,user=logicalrepluser LOG: could...

I had a PG9 provider and a PG13 subscriber where the initial data sync was running (for 4days). I noticed `pglogical.show_subscription_status` on the subscriber transitioned to `down` and that the...

Hi, When I try to run: select pglogical.alter_subscription_disable(name true) followed by: select pglogical.drop_subscription(name; while pglogical.show_subscription_status(); returns "initializing" status then drop command just stuck Is there any other way to gracefully...

Hi, I'm trying to find the best way to deal with sequence replication: Currently, I'm adding all sequences this way when we setup replication: SELECT pglogical.replication_set_add_all_sequences(set_name := ssome_name, schema_names :=...

i'm using version pglogical 2.1.1 to deploy the model 2 node postgres provider -> subscribe When the provider that runs 1 dml updates an existing row, subscribe appears as an...

Hi! I set up replication for a big database (~1.7T) and it is in **initializing** state for a long time (~1 week) Database is in-use, I can't stop INSERTS/UPDATES/DELETES ```...

I am having the same issue replicating a 2T database. the status of subscription remain as initializing. No errors in the logs SELECT * FROM pglogical.show_subscription_status();

I have a 9.6 database which is being upgraded to 13. We are using pglogical 2.4.1 as part of the process of migration. pglogical here is important to decrease down...