Importing Backups
Create an OCI Cache cluster from snapshots stored in Object Storage. Use this feature to restore from backups, clone environments, or support disaster recovery.
When importing backups, consider the following:
- Non-Sharded cluster import: Select or import a single backup file from Object Storage.
- Sharded cluster import: Select a number of backup files that matches the number of shards in the new cluster.
- Memory size requirement: Ensure the node memory size is greater than the size of each backup file. For example, you cannot import a 4 GB backup file into a node with 2 GB of memory.
- Cluster mode compatibility: You cannot import non-sharded backup files into sharded clusters, or sharded backup files into non-sharded clusters.
- Version compatibility: Backup files are backward compatible. You can import backup files from older Redis or Valkey versions into a newer Redis or Valkey version, but not the opposite.
To import a backup using the Console:
This task can't be performed using the CLI.
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
This task can't be performed using the API.