Skip to content

Fix the path used in make postgres-replication/data

Dylan Griffith requested to merge fix-docs-for-db-load-balancing into main

What does this Merge Request do and why?

The current make task is creating the data directory which is already in use by the primary database so it will fail when it already exists. Based on the docs at doc/howto/database_load_balancing.md it seems like this is meant to generate a directory called postgresql-replica/data.

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 Dylan Griffith

Merge request reports