Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: add support for PostgreSQL 12 #727

Merged
merged 1 commit into from
Nov 19, 2019
Merged

Conversation

sgotti
Copy link
Member

@sgotti sgotti commented Nov 19, 2019

PostgreSQL 12 changed how it manages recovery and standby:

  • The "recovery.conf" file has been removed.
  • Recovery parameters now live in "postgresql.conf"
  • "standby_mode" recovery parameter has been removed.
  • Two "signal" files ("recovery.signal" and "standby.signal") are used to define
    the recovery mode (instead of using a "recovery.conf" file + "standby_mode" parameter)

Resolves #709

PostgreSQL 12 changed how it manages recovery and standby:

* The "recovery.conf" file has been removed.
* Recovery parameters now live in "postgresql.conf"
* "standby_mode" recovery parameter has been removed.
* Two "signal" files ("recovery.signal" and "standby.signal") are used to define
  the recovery mode (instead of using a "recovery.conf" file + "standby_mode" parameter)
@sgotti sgotti merged commit d64a766 into sorintlab:master Nov 19, 2019
@sgotti sgotti added this to the v0.15.0 milestone Dec 3, 2019
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.

Support PostgreSQL 12
1 participant