Commit Graph

6 Commits (a04a318ea83f4e510c577030c3a903dd5b97e9ee)

Author SHA1 Message Date
Mike Lang fa1f305fda postgres: Changes to work with version 12
In postgres 12, recovery.conf is removed in favor of normal config options
plus a signal file.

See https://www.2ndquadrant.com/en/blog/replication-configuration-changes-in-postgresql-12/
for a good rundown.
Mike Lang a044b30465 postgres: Fix replica not working when there are spaces in the password
Christopher Usher 027c2900e2 fixes in response to ekim's comments
Christopher Usher 57962c8104 allow nodes and editors to be read from csv files on start up
Christopher Usher 0eefdb94e0 docker compose updates; option not to replicate
Christopher Usher 38801ea6d3 Replication working