Patroni and logical replication fo PostgreSQL: Preventing data loss during failovers
DevOps and Kubernetes blog from Palark engineers

Patroni and logical replication fo PostgreSQL: Preventing data loss during failovers


Summary

This article explores how data loss can occur in PostgreSQL environments using both physical and logical replication during a Patroni-managed failover. It specifically highlights that when replicas are configured with the `nofailover: true` tag, the lack of automatic logical slot creation can lead to missed transactions if the original leader becomes unavailable during a manual switchover.
Read the Original Article

This article originally appeared on DevOps and Kubernetes blog from Palark engineers.

Read Full Article on Original Site

Related Articles

Popular from DevOps and Kubernetes blog from Palark engineers

1
Kubernetes 1.36: Deep dive into new alpha features
Kubernetes 1.36: Deep dive into new alpha features

Kirill Kononovich Apr 8, 2026 129 views

2
Autoscalable GitLab runners on AWS EC2
Autoscalable GitLab runners on AWS EC2

Dmitry Shurupov May 21, 2026 117 views

3
Kubernetes 1.34: Deep dive into new alpha features

Kirill Kononovich Aug 7, 2025 116 views