OAIS compliance checklist for GLAM institutions
Jan 5, 2026 2:00 PM
I've compiled a checklist for OAIS compliance that might be useful for institutions implementing digital preservation workflows:
- Ingest procedures documented
- SIP specifications defined
- AIP structure established
- DIP generation automated
- Fixity checks scheduled
- Format migration strategy in place
The Heratio ingest plugin covers items 1-4 quite well. Has anyone automated items 5-6?
7 Replies
Great checklist Dr. Mitchell. For item 5 (fixity checks), the ahgPreservationPlugin has a scheduler that can run fixity verification automatically. You can configure it with php symfony preservation:scheduler.
For item 6, format migration is on our roadmap. Currently you can use the identify command to flag at-risk formats.
We've implemented an automated fixity check pipeline using the preservation plugin combined with cron jobs. Running checks nightly on 10% of the collection means full coverage every 10 days. Happy to share the cron setup.