For the complete documentation index, see llms.txt. This page is also available as Markdown.

restore

Restore a PostgreSQL Cluster

Usage

ionosctl dbaas postgres-v2 cluster restore [flags]

Aliases

For postgres-v2 command:

[pg-v2 pgsql-v2 postgresql-v2 psql-v2]

For cluster command:

[c]

For restore command:

[r]

Description

Use this command to trigger an in-place restore of the specified PostgreSQL Cluster.

The restore uses the cluster's existing backups automatically; no source backup can be specified. The current data is overwritten with the restored data, and the cluster may experience a brief period of downtime during this process.

Required values to run command:

  • Cluster Id

  • Recovery Time

  • DB Password

Options

Examples

Last updated

Was this helpful?