Skip to content
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

Setup EFS Restore Procedures #3869

Closed
1 task done
nickumia-reisys opened this issue Jun 23, 2022 · 2 comments
Closed
1 task done

Setup EFS Restore Procedures #3869

nickumia-reisys opened this issue Jun 23, 2022 · 2 comments
Assignees
Labels
component/solr-service Related to Solr-as-a-Service, a brokered Solr offering component/ssb Feature O&M Operations and maintenance tasks for the Data.gov platform

Comments

@nickumia-reisys
Copy link
Contributor

nickumia-reisys commented Jun 23, 2022

User Story

In order to restore an EFS Backup and recover solr, the data.gov Solr/SSB team wants to implement a procedure to restore EFS backups from AWS Backup.

Acceptance Criteria

[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]

  • GIVEN a solr crashes
    AND a good backup exists
    WHEN we want to restore it with cf update-service
    THEN it recovers

Background

[Any helpful contextual notes or links to artifacts/evidence, if needed]

Security Considerations (required)

[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]

Sketch

[Notes or a checklist reflecting our understanding of the selected approach]
Will update later.

@nickumia-reisys
Copy link
Contributor Author

Process to restore a backup:

cf update-service catalog-solr -c "\
{
    "solrImageRepo": unchanged,
    "solrImageTag": unchanged,
    "solrMem": unchanged,
    "solrCpu": unchanged,
    "setupLink": "https://raw.githubusercontent.com/GSA/catalog.data.gov/main/solr/restore_backups.sh",
    "efsProvisionedThroughput": unchanged
}

@nickumia-reisys
Copy link
Contributor Author

Documentation is available here: https://github.com/GSA/data.gov/wiki/Solr-on-ECS---EFS

@nickumia-reisys nickumia-reisys added component/solr-service Related to Solr-as-a-Service, a brokered Solr offering component/ssb Feature O&M Operations and maintenance tasks for the Data.gov platform labels Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/solr-service Related to Solr-as-a-Service, a brokered Solr offering component/ssb Feature O&M Operations and maintenance tasks for the Data.gov platform
Projects
Status: 🗄 Closed
Development

No branches or pull requests

1 participant