49 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
100
views
postgresql pglogical replication and Segmentation error on bidirectional replication
I am configuring a bidirectional replication between node1 and node2.
The configuration of node1 as publisher and node2 as subscriber is correct: the data is replicated and no errors occur.
The ...
0
votes
1
answer
216
views
Snapshots in Logical Decoding
I understood that snapshot contains current state of database regarding current running,committed and uncommitted transactions.
I have few questions
1.How snapshots are used in logical decoding?
2.I ...
1
vote
1
answer
746
views
Regarding xmin of logical slot
There is xmin parameter in replication slot.I saw this value is empty in case of logical replication.From this it is clear that logical slots does not help in preventing vacuum process of dead tuples ...
1
vote
0
answers
165
views
what if pglogical provider node gets stopped?
I have implemented the master-master bidirectional replication using Postgres pglogical extension on Ubuntu. Trying different scenarios that if one of the nodes gets down / shut down, will the process ...
0
votes
1
answer
364
views
ERROR: could not open relation with OID 12303343
I am using cloudsql postgresql and have installed pglogical extension for logical replication between two data sources.
However when I run following command in Dbeaver client I get the errors
SELECT ...
0
votes
1
answer
859
views
Pglogical Replication Status Down
I am using pglogical for logical replication in PostgreSQL(CloudSQL GCP) and I found my subscription down thus data is not replicating at all from source table to target table..
I checked logs
on ...
0
votes
1
answer
1k
views
Unable to Drop pglogical provider node
I am using pglogical in one of my production environments and I try to set up the subscriber node and its complaining of node interface not found. I decided to drop the provider node and recreate it ...
0
votes
1
answer
479
views
When does pg_replication_slot_advance(slot_name name, upto_lsn pg_lsn) function is used?
1Q Is it called by postgres internally or can it be called by an user.
2Q If it is called by user, then how does he find valid moveto_lsn point in wal records so that after advancing the logical slot.....
0
votes
0
answers
117
views
How can I upgrade a PostgreSQL production database using pglogical extension without losing data on the subscriber?
I have a production PostgreSQL database that replicate from publisher to subscriber using pglogical extension. My database is running on postgres 11 and I want to upgrade to postgres 14. I first ...
0
votes
1
answer
1k
views
Upgrade a Postgres Database Using pg_ugrade Issues with pglogical
I have a Postgres database running on version 11. I want to upgrade to Postgres 14. This database also have logical replication set up using pglogical extension. when I run a compatibility check on ...
-1
votes
3
answers
1k
views
Allow two RDS databases to connect to each other for replication
I have two RDS databases within the same VPC and with the same security group.
I'm following this guide AWS: how to enable bi-directional replication using pglogical to set up bi-directional ...
0
votes
0
answers
2k
views
Why is my AWS DMS task with pglogical failing on dropped and renamed tables?
I have an AWS DMS database migration task running Full Load and Replication. The source is RDS (Aurora PostgreSQL) and I have pglogical configured.
The task ran the initial load just fine, and ...
0
votes
1
answer
316
views
we are not able to replicate 5GB table in postgresql using logical replication
we have multiple tables and all are replicated successfully except one table which is in size of 5GB. Once we created replication slot, the size of the server is growing high but can't see the data. ...
2
votes
2
answers
11k
views
Postgres 15 Multi-Master Replication
For the last few days I've been trying to implement a working multi-master replication using postgresql however, unsuccessfull.
I came across multiple tools, none of which as worked.
I think I'm ...
0
votes
0
answers
384
views
Cannot install pglogical
I cannot install pglogical. I'm fallowing this tutorial: https://docs.aws.amazon.com/dms/latest/sbs/chap-manageddatabases.postgresql-rds-postgresql-full-load-pglogical.html#chap-manageddatabases....