Project

General

Profile

« Previous | Next » 

Revision 13274

schemas/postgresql.conf: wal_level: set to hot_standby to enable online backup with pg_start_backup()

View differences:

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