-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOLR EFS Backups #3862
Comments
The default setting is |
Default settings are as follows, Backups:
Terraform does not provide native support for configuring this plan as part of EFS. However, we may be able to create a custom Backup plan that does not use the default Automatic Backups behavior. Additional testing would be necessary to configure it properly. |
Can we tell how long did it take for one backup? |
We can check the status of current backups and see how long backups took previously. |
The EFS backups are sensitive to changes that occur to files during backup. We need to confirm that either SOLR is paused during backup execution, or that SOLR is not sensitive to file inconsistencies in backup restores. |
User Story
In order to have easy SOLR disaster recovery, data.gov admins wants EFS to have regular backups and a recovery process.
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
WHEN SOLR EFS/data is lost happens
THEN a backup of EFS can be restored \
Background
https://docs.aws.amazon.com/efs/latest/ug/awsbackup.html
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_backup_policy
Security Considerations (required)
None, all solr data is public
Sketch
Should be adding the necessary terraform to solr brokerpack for regular backups.
Should also involve a test of restoring a backup (does not have to be a full DB/SOLR)
The text was updated successfully, but these errors were encountered: