File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 36
36
- PG_VERSION=9.5 PG_BRANCH=REL9_5_STABLE
37
37
# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=off MODE=archive
38
38
# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=REL_13_STABLE MODE=backup
39
- # - PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=REL_13_STABLE MODE=catchup
39
+ - PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=REL_13_STABLE MODE=catchup
40
40
# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=off MODE=compression
41
41
# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=off MODE=delta
42
42
# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=off MODE=locking
Original file line number Diff line number Diff line change @@ -1047,6 +1047,7 @@ help_catchup(void)
1047
1047
printf (_ (" [--remote-proto] [--remote-host]\n" ));
1048
1048
printf (_ (" [--remote-port] [--remote-path] [--remote-user]\n" ));
1049
1049
printf (_ (" [--ssh-options]\n" ));
1050
+ printf (_ (" [--dry-run]\n" ));
1050
1051
printf (_ (" [--help]\n\n" ));
1051
1052
1052
1053
printf (_ (" -b, --backup-mode=catchup-mode catchup mode=FULL|DELTA|PTRACK\n" ));
@@ -1081,4 +1082,6 @@ help_catchup(void)
1081
1082
printf (_ (" --remote-user=username user name for ssh connection (default: current user)\n" ));
1082
1083
printf (_ (" --ssh-options=ssh_options additional ssh options (default: none)\n" ));
1083
1084
printf (_ (" (example: --ssh-options='-c cipher_spec -F configfile')\n\n" ));
1085
+
1086
+ printf (_ (" --dry-run perform a trial run without any changes\n\n" ));
1084
1087
}
Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
178
178
[--remote-proto] [--remote-host]
179
179
[--remote-port] [--remote-path] [--remote-user]
180
180
[--ssh-options]
181
+ [--dry-run]
181
182
[--help]
182
183
183
184
Read the website for details. <https://github.com/postgrespro/pg_probackup>
You can’t perform that action at this time.
0 commit comments