Skip to content

Deprecate recovery.conf, replace by standby.signal#15

Open
kkimurak wants to merge 1 commit intodevelopfrom
deprecate/12-remove-recovery-conf
Open

Deprecate recovery.conf, replace by standby.signal#15
kkimurak wants to merge 1 commit intodevelopfrom
deprecate/12-remove-recovery-conf

Conversation

@kkimurak
Copy link
Owner

@kkimurak kkimurak commented Feb 5, 2026

On PostgreSQL 12 and above, replication configurations are merged into postgresql.conf. It is said that The server will not start if a recovery.conf exists..

This PR removes recovery.conf-related functions and replace by setting parameters in postgresql.conf and generating standby.signal.

I referenced following commit:

  • commit: 432b263
    author: @R4MT1N
    commit message: chore: make compatible with newer PostgreSQL versions

and official documentation:

On PostgreSQL 12 and above, replication configurations are
merged into postgresql.conf.
See: https://www.postgresql.org/docs/12/recovery-config.html

original commit: 432b263
original author: @R4MT1N
original commit message:

chore: make compatible with newer PostgreSQL versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant