We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f29fb9 commit e387e8eCopy full SHA for e387e8e
tests/expected/option_help.out
@@ -122,11 +122,12 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
122
[--wal-depth=wal-depth]
123
[-i backup-id | --delete-expired | --merge-expired | --status=backup_status]
124
[--delete-wal]
125
- [--dry-run]
+ [--dry-run] [--no-validate] [--no-sync]
126
[--help]
127
128
pg_probackup merge -B backup-path --instance=instance_name
129
-i backup-id [--progress] [-j num-threads]
130
+ [--no-validate] [--no-sync]
131
132
133
pg_probackup add-instance -B backup-path -D pgdata-path
0 commit comments