Create an explicit restore point.
gpdr create-restore-point [--suffix <string>] [--timeout <duration>]
gpdr create-restore-point { -h | --help }
The gpdr create-restore-point
command creates a specific restore point from which Greenplum Disaster Recovery should restore data.
--suffix string
gpdr create-restore-point --suffix "weekly_customer_data"
yields a restore point name with a timestamp, followed by an underscore, followed by "weekly_customer_data". For example:
20220420-005905R_weekly_customer_data
.
--timeout
5m0s
. The default is
30m0s
.
-h | --help
gpdr create-restore-point
command.
Create two user-defined restore points, one with the default name and one with a custom suffix appended to the name:
$ gpdr create-restore-point
$ gpdr create-restore-point --suffix rp_wednesday