PostgreSQL Point-in-Time Recovery with Strimzi Debezium CDC #11817
Unanswered
artempol-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment:
wal_level = logical
, logical replication slotsWhen performing PostgreSQL PITR (Point-in-Time Recovery), all logical replication slots are automatically dropped during recovery, which breaks Debezium CDC synchronization.
So i see many problems
So my questions:
Are there any Strimzi/Debezium best practices for PostgreSQL PITR scenarios?
Does Strimzi/Debezium have any built-in recovery mechanisms for timeline changes that don't require full re-snapshotting?
What's the recommended approach for recovery with Strimzi deployments?
So maybe you'll share your experience, I'll appreciate it
Beta Was this translation helpful? Give feedback.
All reactions