Revision 13274
Added by Aaron Marcuse-Kubitza over 10 years ago
postgresql.conf | ||
---|---|---|
169 | 169 |
|
170 | 170 |
# - Settings - |
171 | 171 |
|
172 |
# enable online backup w/ pg_start_backup() |
|
173 |
wal_level = hot_standby # minimal, archive, or hot_standby |
|
172 | 174 |
#wal_level = minimal # minimal, archive, or hot_standby |
173 | 175 |
# (change requires restart) |
174 | 176 |
#fsync = on # turns forced synchronization on or off |
Also available in: Unified diff
schemas/postgresql.conf: wal_level: set to hot_standby to enable online backup with pg_start_backup()