File tree Expand file tree Collapse file tree 4 files changed +7
-18
lines changed
ansible/files/postgresql_config/conf.d Expand file tree Collapse file tree 4 files changed +7
-18
lines changed Original file line number Diff line number Diff line change 1- # auto_explain
2-
31auto_explain.log_min_duration = 10s
Original file line number Diff line number Diff line change 1- # pg_cron
2-
31cron.database_name = 'postgres'
Original file line number Diff line number Diff line change 11# hot_standby = on
2- # restore_command = '/usr/bin/admin-mgr wal-fetch %f %p >> /var/log/wal-g/wal-fetch.log 2>&1'
3- # recovery_target_timeline = 'latest'
42
53# primary_conninfo = 'host=localhost port=6543 user=replication'
4+
5+ # restore_command = '/usr/bin/admin-mgr wal-fetch %f %p >> /var/log/wal-g/wal-fetch.log 2>&1'
6+ # recovery_target_timeline = 'latest'
Original file line number Diff line number Diff line change 1- # - Archiving -
2-
31#archive_mode = on
42#archive_command = '/usr/bin/admin-mgr wal-push %p >> /var/log/wal-g/wal-push.log 2>&1'
53#archive_timeout = 120
64
5+ hot_standby = off
76
8- # - Archive Recovery -
9-
10- #restore_command = '/usr/bin/admin-mgr wal-fetch %f %p >> /var/log/wal-g/wal-fetch.log 2>&1'
11-
12- # - Recovery Target -
13-
7+ #recovery_target_action = 'promote'
8+ #recovery_target_inclusive = off
149#recovery_target_lsn = ''
1510#recovery_target_time = ''
16- #recovery_target_action = 'promote'
1711#recovery_target_timeline = 'latest'
18- #recovery_target_inclusive = off
1912
20- # - Hot Standby -
21- hot_standby = off
13+ #restore_command = '/usr/bin/admin-mgr wal-fetch %f %p >> /var/log/wal-g/wal-fetch.log 2>&1'
You can’t perform that action at this time.
0 commit comments