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

update replication playbook to include Solr data #509

Closed
rlskoeser opened this issue Jan 17, 2023 · 1 comment
Closed

update replication playbook to include Solr data #509

rlskoeser opened this issue Jan 17, 2023 · 1 comment
Assignees
Labels

Comments

@rlskoeser
Copy link
Contributor

PUL devs did something similar to what we want to do, but it's implemented as a rake task - see https://github.com/pulibrary/dpul/blob/3fc9512a5d50b25c971a3cf0ca6b17a91480457b/lib/tasks/replicate.rake#L17

they are using a backup to generate an export of production solr data, and then restoring that backup to the qa solr instance

relevant solr admin documentation: https://solr.apache.org/guide/6_6/making-and-restoring-backups.html

@rlskoeser
Copy link
Contributor Author

Implemented in Princeton-CDH/cdh-ansible#193 and awaiting code review from PUL devops team

I tested the solr replication by clearing the index in staging, confirming in the search on the staging site that there was no content, then ran the replication and confirmed that the search results showed up again as expected.

@mnaydan mnaydan closed this as completed Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants