Update postgres templates (#472)
authorMichael Brown <supermathie@gmail.com>
Wed, 15 Jul 2020 15:56:46 +0000 (11:56 -0400)
committerGitHub <noreply@github.com>
Wed, 15 Jul 2020 15:56:46 +0000 (12:56 -0300)
commit278b7793431e0581465f606f89a84642f65c2c97
tree1de413fd7b85dd23b4405b182673a236af48191c
parent8dc661f5a1a4c971db5fc7e01826a12f984fe56d
Update postgres templates (#472)

* postgres: Allow replication and basebackups to happen

* the overrides for db_wal_level and db_max_wal_senders disallow
  replication and basebackups to be taken
* there is no need for us to disable these features, allow the defaults to stay

* postgres: remove out-of-support templates

* taken from https://www.postgresql.org/support/versioning/ :
  * postgres 9.2 and 9.3 are no longer supported
  * 9.5 will be supported until February 11, 2021:
templates/postgres.10.template.yml
templates/postgres.12.template.yml
templates/postgres.9.2.template.yml [deleted file]
templates/postgres.9.3.template.yml [deleted file]
templates/postgres.template.yml