8000 Chore: Update wal-g option in config file · sorokinvld/postgres@1044a5b · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 1044a5b

Browse files
committed
Chore: Update wal-g option in config file
Update wal-g option in config file Signed-off-by: Lakshmipathi <lakshmi@supabase.io>
1 parent f3903f4 commit 1044a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/files/postgresql_config/custom_walg.conf.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# - Archiving -
22

33
#archive_mode = on
4-
#archive_command = 'sudo -u wal-g wal-g wal-push %p --config /etc/wal-g/config.json >> /var/log/wal-g/wal-push.log 2>&1'
4+
#archive_command = 'wal-g wal-push %p --config /etc/wal-g/config.json >> /var/log/wal-g/wal-push.log 2>&1'
55
#archive_timeout = 120
66

77

88
# - Archive Recovery -
99

10-
#restore_command = '/home/postgres/wal_fetch.sh %f %p >> /var/log/wal-g/wal-fetch.log 2>&1'
10+
#restore_command = '/usr/bin/admin-mgr wal-fetch %f %p >> /var/log/wal-g/wal-fetch.log 2>&1'
1111

1212
# - Recovery Target -
1313

0 commit comments

Comments
 (0)
0