Skip to content

Update PostgreSQL replica docs for PostgreSQL 12

Stan Hu requested to merge sh-update-postgres-replica-docs into main

What does this Merge Request do and why?

PostgreSQL 12 eliminated recovery.conf and moved it into the main configuration file.

This change is not backwards compatible with PostgreSQL 11.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Stan Hu

Merge request reports