You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Rename archive-queue-max option to archive-push-queue-max.
This avoids confusion with the archive-get-queue-max option. The old option name will continue to be accepted.
This commit is contained in:
@ -103,7 +103,7 @@ testRun()
|
||||
"Command Options:\n"
|
||||
"\n"
|
||||
" --archive-async archive WAL segments asynchronously [default=n]\n"
|
||||
" --archive-queue-max limit size (in bytes) of the PostgreSQL archive\n"
|
||||
" --archive-push-queue-max limit size (in bytes) of the PostgreSQL archive\n"
|
||||
" queue\n"
|
||||
" --archive-timeout archive timeout [default=60]\n"
|
||||
"\n"
|
||||
|
Reference in New Issue
Block a user