pitRestorePostgreSQLDbCluster
Point-in-time recovery of the specified PostgreSQL database cluster to host Supported in v9.2+ Initiates a job to export the data and log snapshot to the given host. The GET /postgresql/db_cluster/request/{id} endpoint can be used to monitor the progress of the job.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | PitRestorePostgresDbClusterInput! | Input for V1PitRestorePostgresDbCluster. |
Returns
PitRestorePostgresDbClusterResponse!