create restorepoint

Create Global Restore Points.

Syntax

create restorepoint [-name restore_point_name]

Options

Table 2-39 GDSCTL create restorepoint Options

Syntax Description
-name restore_point_name

The name of the global restore point to create in the sharded database. If it is not provided, a name is generated for the restore point.

Examples

The example below creates a global restore point in the sharded database with name GRP_MANUAL_1.

GGDSCTL> CREATE RESTOREPOINT -NAME GRP_MANUAL_1