You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Document maximum version for auto-stop option.
This commit is contained in:
committed by
David Steele
parent
008ec6b05c
commit
887ec97e07
@@ -606,6 +606,8 @@
|
||||
|
||||
This feature relies on pg_is_in_backup() so only works on <postgres/> >= <id>9.3</id>.
|
||||
|
||||
This feature is not supported for <postgres/> >= <id>9.6</id> since backups are run in non-exclusive mode.
|
||||
|
||||
The setting is disabled by default because it assumes that <backrest/> is the only process doing exclusive online backups. It depends on an advisory lock that only <backrest/> sets so it may abort other processes that do exclusive online backups. Note that <cmd>base_backup</cmd> and <cmd>pg_dump</cmd> are safe to use with this setting because they do not call <code>pg_start_backup()</code> so are not exclusive.</text>
|
||||
|
||||
<example>y</example>
|
||||
|
||||
Reference in New Issue
Block a user