mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +02:00
Clarify that expire must be run regularly when expire-auto is disabled.
This commit is contained in:
@@ -1202,8 +1202,9 @@ static ConfigDefineOptionData configDefineOptionData[] = CFGDEFDATA_OPTION_LIST
|
||||
CFGDEFDATA_OPTION_HELP_SUMMARY("Automatically run the expire command after a successful backup.")
|
||||
CFGDEFDATA_OPTION_HELP_DESCRIPTION
|
||||
(
|
||||
"The setting is enabled by default. Use caution when disabling this option; doing so will result in retaining all "
|
||||
"backups and archives indefinitely which could cause your repository to run out of space."
|
||||
"The setting is enabled by default. Use caution when disabling this option as doing so will result in retaining all "
|
||||
"backups and archives indefinitely, which could cause your repository to run out of space. The expire command will "
|
||||
"need to be run regularly to prevent this from happening."
|
||||
)
|
||||
|
||||
CFGDEFDATA_OPTION_COMMAND_LIST
|
||||
|
||||
Reference in New Issue
Block a user