zulip/puppet/zulip
Alex Vandiver c68333040b
puppet: Revert PostgreSQL setting of recovery_target_timeline.
Prior to PostgreSQL 12, the `recovery_target_timeline` setting is only
valid in a `recovery.conf` file, as that file has its own
configuration parser.  As such, including it in `postgresql.conf`
results in an error, and PostgreSQL will fail to start.

Remove the setting, reverting bff3b540b1.  This fixes PostgreSQL 9.5,
9.6, 10, and 11; while the setting is not an error in a PostgreSQL 12
configuration file, it is unnecessary since `latest` is the default.
2020-07-14 16:28:20 -07:00
..
files puppet: Update nagios check_postgres_replication_lag to be on DB hosts 2020-07-14 16:27:18 -07:00
lib/puppet puppet: Configure munin and nagios under apache with puppet. 2020-07-13 13:23:11 -07:00
manifests puppet: Put the dependencies on pg_backup_and_purge itself, and ensure them. 2020-07-14 00:40:25 -07:00
templates puppet: Revert PostgreSQL setting of recovery_target_timeline. 2020-07-14 16:28:20 -07:00