Skip to main content
3 votes
1 answer
98 views

After upgrading to PostgreSQL 18, pgoutput no longer sends BEGIN/COMMIT for transactions that touch only tables outside the publication. This is by design (see related question). Our replication slot'...
valerii's user avatar
  • 67
2 votes
1 answer
147 views

Problem After upgrading from PostgreSQL 17 to PostgreSQL 18, our logical replication consumer stops advancing confirmed_flush_lsn on the replication slot when workload consists mainly of empty ...
valerii's user avatar
  • 67
Advice
0 votes
2 replies
75 views

I am building a time series database in C++. Changes to record sets are restricted to appends. This is not a production system, rather for learning. The motivation and purpose for a WAL (write-ahead ...
Jabir's user avatar
  • 1
0 votes
1 answer
842 views

Using PG 17. In case running PG instance under recovery flow (with recover.signal in PGDATA) pg_isready is actually signals the instance is not ready yet but not until the actual database is ready to ...
404's user avatar
  • 525
1 vote
0 answers
43 views

Actually for the archive_timeout PG config option what is the alignment point. Is it counting from the last archive time (or the server start) or just something like now() % archive_timeout Thanks
404's user avatar
  • 525
-1 votes
1 answer
64 views

As both the archive_command and restore_command defined with related config options looks to be injected only with %f and %p parameter how actually to identify on top of what base backup the current ...
404's user avatar
  • 525
0 votes
1 answer
82 views

In my course "Foundations of PostgreSQL v13" the instructor tells: "Whenever the wal file has been checkpointed, which means: has been synced to the data file ..." I read the ...
ericj's user avatar
  • 2,353
0 votes
0 answers
99 views

I'm using confluent kafka for streaming of data and using postgres plugin for source and jdbc for sink connectors While creating a connector with the following configuration: {"name": "...
Sasidhar Boddeti's user avatar
0 votes
0 answers
74 views

I am setting up SSL encryption for PostgreSQL replication and have the following configuration: PostgreSQL Version: 14.3 OpenSSL Version: 3.1.0 Configuration Details: I have enabled encrypted ...
manasa's user avatar
  • 41
0 votes
2 answers
455 views

Suppose a CDC data loading tool (Fivetran, Airbyte, Debezium, etc) gets into a failure state and is not successfully running its incremental syncs of a Postgres data source. Also suppose that ...
just-some-questions's user avatar
0 votes
1 answer
320 views

I am writing a client implementation of the Postgres logical replication protocol, but I encountered an unexpected behavior, in the DML UPDATE event I always get all the values ​​of the table columns, ...
S.A.N's user avatar
  • 101
0 votes
1 answer
873 views

We are using Debezium connectors to stream PostgreSQL data into kafka. We will have a major version upgrade on PostgreSQL(13 to 16) by side by side approach using logical replication to new server. ...
goodfella's user avatar
  • 143
0 votes
0 answers
170 views

I am trying to load data with pictures stored in a BLOB column. Each picture is around 1MB in size. I have about 200K rows. First try, I copy the table straight away. After about an hour, it stops and ...
padjee's user avatar
  • 265
0 votes
0 answers
499 views

I have a postgresql source database where I have enabled logical replication to replicate data in another postgresql destination database. Publication contains only one table which is arround 3MBs of ...
Stavros Koureas's user avatar
0 votes
0 answers
811 views

We have a lot of postgresql clusters set up with patroni. Most of the time and most of all clusters are behaving as expected. But at one of the standby nodes WAL files are not removed and so pg_wal ...
danieljm's user avatar

15 30 50 per page
1
2 3 4 5
18