postgres view replication slots: PostgreSQL 13: Don't let slots kill your primary | EDB. PostgreSQL® Extensions to the JDBC API | pgJDBC. Documentation: 17: Chapter 29. Logical Replication.
Activating replication
slots allows for efficient and reliable data replication in PostgreSQL. By authorizing the Rivery user with the REPLICATION role, you enable the necessary permissions for managing
replication slots.
postgres-config update --config
max_slot_wal_keep_size=2GB. ... max_replication_slots: Defines the number of replication slots for data streaming.
Chapter 29. Logical Replication Table of Contents 29.1. Publication 29.2. Subscription 29.2.1. Replication
Slot Management 29.2.2. Examples: Set Up Logical Replication 29.2.3.