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

restore

Restore an In-Memory DB Cluster in place to a point in time

Usage

ionosctl dbaas in-memory-db-v2 cluster restore [flags]

Aliases

For in-memory-db-v2 command:

[inmemorydb-v2 memdb-v2 imdb-v2 in-mem-db-v2 inmemdb-v2]

For cluster command:

[c]

For restore command:

[r]

Description

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

Backups are not single points in time — they form a continuous recovery WINDOW (see a snapshot's earliestRecoveryTargetTime / latestRecoveryTargetTime via snapshot 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. Tab-completion suggests the window's boundaries.

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

Required values to run command:

  • Cluster Id

Options

Examples

Last updated

Was this helpful?