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

Add rake task for running checksum validation on a single druid #2204

Open
andrewjbtw opened this issue Feb 17, 2023 · 0 comments
Open

Add rake task for running checksum validation on a single druid #2204

andrewjbtw opened this issue Feb 17, 2023 · 0 comments

Comments

@andrewjbtw
Copy link

For certain remediation tasks, I run checksum validation on individual druids so that I can be sure that everything is in a good state. The command I run is listed in the wiki:

Audit::ChecksumValidatorUtils.validate_druid(druid)

After the recent preservation maintenance, this command was moved out of the readme as part of a broader documentation simplification effort. It's now on a page that is marked as not being maintained. The command still works but the code could change in the future.

After a brief Slack conversation, the suggestion was that if this task is made into a rake task, then it will be less likely to be left out of future development because it will be in the code, rather than in an old wiki page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant