zulip/puppet
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
..
zulip puppet: Revert PostgreSQL setting of recovery_target_timeline. 2020-07-14 16:28:20 -07:00
zulip_ops puppet: Update nagios check_postgres_replication_lag to be on DB hosts 2020-07-14 16:27:18 -07:00