-
Notifications
You must be signed in to change notification settings - Fork 0
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 Backups not running #447
Comments
If invoked directly it runs on staging (it looks like the schedule.rb configuration won't ever execute for the staging machine, since it's not in the One difference I notice is that on staging the directories are group-writable, and on prod they are not. Perhaps that is the issue? I double-checked the refactors I made in #440 and they seem to produce the same api urls. |
The async request status ids are written to Here is an example of the output I get querying one of those request statuses:
|
More observations:
|
I checked ansible-alerts for anything run on dec 30th that could be relevant, but the closest things I found were |
the solr role should set the correct user when adding the mount: The id looks right on box 8. maybe the role just needs to be run for some reason. |
It looks like we had a PR to fix the permissions issue previously - not clear why the permissions would have changed again. |
Expected behavior
On the Solr 8 servers (e.g. lib-solr-prod7.princeton.edu) the directory
/mnt/solr_backup/solr8/production
should have subdirectories by day which include.bk
backup filesActual behavior
The
/mnt/solr_backup/solr8/production
directory contains sub-directories by day which are emptySteps to replicate
SSH onto a solr 8 box and
ls
the sub-directories in/mnt/solr_backup/solr8/production
Impact of this bug
We cannot restore production data if there is an issue.
Implementation notes, if any
The text was updated successfully, but these errors were encountered: