Runbook

Redis missing backup incident.

Back to Runbooks

Overview

The Redis missing backup incident refers to a situation where Redis, a popular in-memory data structure store, has not been backed up for a certain period of time. This could lead to data loss or corruption in the event of a system failure or other issues. The incident typically requires immediate attention to ensure that the data is properly backed up and that any potential issues are resolved quickly to avoid further complications.

Parameters

Debug

Check if Redis is running on the instance

Check if Redis backup is enabled in the Redis configuration file

Check the size of Redis RDB file

Check if Redis backup script is scheduled to run

Check if the Redis backup script is running correctly

Backup failure: If the backup process fails for any reason, Redis may not be properly backed up. This could be due to issues with the backup software, connectivity issues, or other technical issues.

Repair

commands to force redis to generate a new backup

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.