8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e4f3d commit 42ad992Copy full SHA for 42ad992
src/backend/utils/misc/postgresql.conf.sample
@@ -186,6 +186,9 @@
186
#archive_mode = off # allows archiving to be done
187
# (change requires restart)
188
#archive_command = '' # command to use to archive a logfile segment
189
+ # placeholders: %p = path of file to archive
190
+ # %f = file name only
191
+ # e.g. 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f'
192
#archive_timeout = 0 # force a logfile segment switch after this
193
# number of seconds; 0 disables
194
0 commit comments