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

restore

Restore a MariaDB Cluster in place to a point in time

Usage

ionosctl dbaas mariadb-v2 cluster restore [flags]

Aliases

For mariadb-v2 command:

[maria-v2 mar-v2 ma-v2]

For cluster command:

[c]

For restore command:

[r]

Description

Use this command to trigger an in-place restore of the specified MariaDB Cluster from its own backups.

Backups are not single points in time — they form a continuous recovery WINDOW (see a backup's earliestRecoveryTargetTime via backup get). --recovery-time zooms into a specific moment inside that window; the cluster is rolled back to the nearest point at or before it. Omit --recovery-time (or use now) to restore to the latest point. Accepted formats: now, a date (2025-01-02), a date-time ("2025-01-02 15:00"), or a full RFC3339 timestamp (2025-01-02T15:00:00Z); values without a timezone are treated as UTC.

To instead create a NEW cluster from a specific backup, use cluster create --backup-id.

Required values to run command:

  • Cluster Id

Options

Examples

Last updated

Was this helpful?