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

Hello, I have encountered strange problem with logical replication via `pglogical` plugin. I've spent many hours debugging it but I'm stuck and I guess it's kind of a bug. Let...

1 provider, 1 subscriber - postgresql 13 on both pglogical 2.3.3 I keep getting this on the subscriber, after which the subscription shows as down. It happens on several tables....

The postgres log handler will call `abort()` if it sees a `PANIC` level log and will call `exit()` if it sees a `FATAL` level log. So if `pglogical.conflict_log_level` is set...

I managed to setup `pglogical 2.2.0` logical replication from a Postgres 9.6.10 RDS instance to a Postgres 10.4 RDS instance. The subscription check `SELECT subscription_name, status FROM pglogical.show_subscription_status();` returns `replicating`....

Hi, Newly created tables are not syncing into the replica server. even though the already created table's contents are syncing. I followed the below document to configure the replication on...

OS : suse linux 12 sp5 export PGUSER=postgres export PGHOME=/opt/PostgresXL export PG_CONFIG=/opt/PostgresXL/bin/pg_config export LD_LIBRARY_PATH=/opt/PostgresXL/lib: 1) make : gcc -DPGXC -DXCP -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard...

Running `make regresscheck` on the tip of `REL2_0_STABLE` branch I see intermittent (maybe 20-40% of the time) failures in the `add_table` test: ``` Makefile:112: recipe for target 'regresscheck' failed ***...

`pglogical_create_subscriber` takes a `--publisher-dsn` and a `--subscriber-dsn` option where you can specify non-default ports if needed. However, it seems to me that `pglogical_create_subscriber` starts the subscriber postgres on the default...

Hello! I have 2 servers with Postgresql 9.4. On both installed pglogical version pglogical_1.2.2 from source (all other version not working in this environment). On source server side I made...

PGLogical 2.3.2 on Debian servers. All replicated tables are in state replicating - when checked by pglogical.show_subscription_table() or by pglogical.local_sync_status, but pglogical.queue is not empty - with Q and A...