Type: | string |
Context: | sighup |
Restart: | false |
Since: | 15 |
The library to use for archiving completed WAL file segments. If set to an empty string (the default), archiving via shell is enabled, and archive_command is used. If both archive_command and archive_library
are set, an error will be raised. Otherwise, the specified shared library is used for archiving. The WAL archiver process is restarted by the postmaster when this parameter changes. For more information, see backup-archiving-wal and archive-modules.
This parameter can only be set in the postgresql.conf file or on the server command line.
On StackOverflow
On pgsql-hackers
- Re: Weird failure with latches in curculio on v15[
- Improve the log message output of basic_archive when basic_archive.archive_directory parameter is not set
- Re: a very minor bug and a couple of comment changes for basebackup.c
- Re: archive modules loose ends
- Re: Improve the log message output of basic_archive when basic_archive.archive_directory parameter is not set