Implementing a robust backup strategy is essential for data protection. Regular backups provide recovery options in case of database anomalies or data corruption incidents.
Alauda Cache Service for Redis OSS supports two backup methodologies:
To utilize S3 backup functionality with your own storage buckets, confirm with your administrator that S3 storage integration has been properly configured for your project namespace. Alternatively, ensure your cluster provides a network-based StorageClass
capable of provisioning appropriate storage resources.
An immediate backup creates a point-in-time snapshot of your running Redis instance.
In the left navigation panel, click Redis.
Click on Namespace Name.
Click on Instance Name.
Navigate to the Backup & Restore tab and click Create Backup.
Configure the backup parameters and click Create. The backup process duration varies based on data volume and network conditions. Monitor the process status in the backup list.
Automatic backups allow you to schedule regular, recurring backups of your Redis instance according to your data protection requirements.
In the left navigation panel, click Redis.
Click on Namespace Name.
Click on Instance Name.
In the Backup & Restore tab, locate the Automatic Backup Setting section and click the edit button .
Enable Automatic Backup and configure the backup schedule and retention parameters.
Click Update to apply the automatic backup configuration.
The restore operation creates a new Redis instance populated with data from a previous backup.
In the left navigation panel, click Redis.
Click on Namespace Name.
Navigate to the source instance's Backup & Restore tab, locate the desired backup, and click > Recover.
Configure the target instance parameters and click Recover. Monitor the recovery progress until the target instance reaches the Running state, indicating successful restoration.