Restoring the analytics database
Deploy the AnalyticsRestore
CR to initiate restoration of an analytics
database backup.
About this task
Analytics database backups are restored by creating an AnalyticsRestore
CR. The
API Connect operator detects
the presence of the restore CR, and triggers a restore of the backup that is specified in the
CR.
Two types of restore are available:
- Repair. The repair restore is for recovering corrupted or accidentally deleted indexes. The
repair restore compares the contents of your backup and your current analytics database. Any
corrupted indexes in your current database are replaced by the corresponding indexes in your backup.
Any indexes that are in your backup but are missing from your current database (and are still within
your retention period) are restored from the
backup.Note: The current write index is an exception. The current write index is where incoming API events are recorded, and contains the API event data for the current day (if you left your rollover period as the default). If your current write index is corrupted, then open a support case. The repair restore does not recover the current write index.
- Replace. The replace restore deletes all indexes in your current database and then restores all
the indexes (including the current write index) from the backup that are within your retention period.
A replace restore is used in a disaster recovery situation, where your analytics subsystem is redeployed.
Note: You can run only one backup or restore process at a time.
Note: Analytics database backups that were taken on an earlier release cannot be restored on
V10.0.8.0.