- linkend="backup-archiving-wal">.
+ command. It is important for the command to return a zero
+ exit status only if it succeeds. For more information see
+ .
+
This parameter can only be set in the postgresql.conf>
file or on the server command line. It is ignored unless
archive_mode> was enabled at server start.
archiving, but also breaks the chain of WAL files needed for
archive recovery, so it should only be used in unusual circumstances.
- It is important for the command to return a zero exit status if
- and only if it succeeds. Examples:
-archive_command = 'cp "%p" /mnt/server/archivedir/"%f"'
-archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
-
-