mirror of
https://github.com/postgres/postgres.git
synced 2026-05-08 01:39:39 -04:00
9aeff092c0
This reverts commit 0ad3c60, as per feedback from Tom Lane, Robert Haas
and Andres Freund. The new name used for the module had little
support.
This moves back to basic_archive as module name, and we will likely use
that as template for recovery modules, as well.
Discussion: https://postgr.es/m/CA+TgmoYG5uGOp7DGFT5gzC1kKFWGjkLSj_wOQxGhfMcvVEiKGA@mail.gmail.com
5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
archive_mode = on
|
|
archive_library = 'basic_archive'
|
|
basic_archive.archive_directory = '.'
|
|
wal_level = replica
|