pglogical
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.
I don't have a minimal repro for this right now, but the symptom I have observed on a subscriber that I am syncing for an upgrade is: * (context) I...
When using `pglogical_create_subscriber` to create a new logical subsrciber, there is a race condition between the two processes updating/reading the `sync_status` field of `pglogical.local_sync_status`. The two processes are: - the...
Skip generated columns as these are not COPY-able Currently pglogical is unable to replicate tables with generated columns, this pull request fixes this
Followed the README; When trying to install the “2ndQuadrant’s General Public” repository by running the following as root `curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/deb | bash` ``` root@debian-12:~# curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/deb | bash % Total...
I am using pg9.6. I need to move a provider to a new server, I plan to dump old sql and run the sql on the new server/databse. So technically,...
I have multiple patroni clusters with physical replication which allows me to create cluster-wide persistent replication slot via [`slots` directive](https://patroni.readthedocs.io/en/master/dynamic_configuration.html#dynamic-configuration). I'm missing directive to specify `slot_name` at `create_subscription` to achieve...
Hello, I have database which I want to replicate to another cluster. I created replication and added all tables from `public` schema. ``` select pglogical.replication_set_add_all_tables('default', ARRAY['public'],true); ``` In other schema...
All repositories for rpm installs are not working https://techsupport.enterprisedb.com/api/repository/dl/default/release//rpm response: "not found"
Hi there, Postgres 17beta1 has been released by community, and current version does not support that. May I know when we can have the 17 supported version published? Thanks! current...