-
+
Server Configuration
archive_mode> is enabled, WAL archiving is temporarily
disabled, but the server continues to accumulate WAL segment files in
the expectation that a command will soon be provided. Setting
- archive_mode> to a command that does nothing but
+ archive_command> to a command that does nothing but
return true, e.g. /bin/true>, effectively disables
archiving, but also breaks the chain of WAL files needed for
archive recovery, so it should only be used in unusual circumstances.