You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -522,26 +521,6 @@ If *backup_id* belong to incremental backup, then all its parents starting from
522
521
523
522
If you omit all the parameters, all backups are validated.
524
523
525
-
#### Partial Validation
526
-
527
-
If you have enabled [partial restore](#setting-up-partial-restore) before taking backups, you can validate or exclude from validation the arbitraty number of specific databases using [partial restore options](#partial-restore-options) with the [validate](#validate) command.
528
-
529
-
To validate only one or more databases, run the `validate` command with the following options:
The option `--db-exclude` can be specified multiple times. For example, to exclude the databases "db1" and "db2" from validation, run the following command:
To restore the database cluster from a backup, run the restore command with at least the following options:
@@ -1115,12 +1094,9 @@ For details on usage, see the section [Verifying a Cluster](#verifying-a-cluster
1115
1094
[-j num_threads] [--progress]
1116
1095
[--skip-block-validation]
1117
1096
[recovery_target_options] [logging_options]
1118
-
[partial_restore_options]
1119
1097
1120
1098
Verifies that all the files required to restore the cluster are present and not corrupted. If *instance_name* is not specified, pg_probackup validates all backups available in the backup catalog. If you specify the *instance_name* without any additional options, pg_probackup validates all the backups available for this backup instance. If you specify the *instance_name* with a [recovery target options](#recovery-target-options) and/or a *backup_id*, pg_probackup checks whether it is possible to restore the cluster using these options.
1121
1099
1122
-
If you specify the [partial restore options](#partial-restore-options) and a *backup_id*, pg_probackup checks whether it is possible to restore the cluster using these options.
1123
-
1124
1100
For details, see the section [Validating a Backup](#validating-a-backup).
1125
1101
1126
1102
#### merge
@@ -1408,7 +1384,7 @@ Specifies a string of SSH command-line options. For example, the following optio
1408
1384
1409
1385
#### Partial Restore Options
1410
1386
1411
-
This section describes the options related to partial restore of cluster from backup. These options can be used with [restore](#restore)and [validate](#validate) commands.
1387
+
This section describes the options related to partial restore of cluster from backup. These options can be used with [restore](#restore)command.
1412
1388
1413
1389
--db-exclude=dbname
1414
1390
Specifies database name to exclude from restore. All other databases in the cluster will be restored as usual, including `template0` and `template1`. This option can be specified multiple times for multiple databases.
0 commit comments