Disable WAL archiving for now
This commit is contained in:
parent
40d196c100
commit
66e7fbc6b6
|
@ -22,5 +22,5 @@ max_wal_size = 2GB
|
||||||
min_wal_size = 80MB
|
min_wal_size = 80MB
|
||||||
|
|
||||||
# Archiving
|
# Archiving
|
||||||
archive_mode = on
|
archive_mode = off
|
||||||
archive_command = 'test ! -f {{ postgresql_wal_archive }}/%f && cp %p {{ postgresql_wal_archive }}/%f'
|
archive_command = 'test ! -f {{ postgresql_wal_archive }}/%f && cp %p {{ postgresql_wal_archive }}/%f'
|
||||||
|
|
Loading…
Reference in a new issue