CURATORS: Add instructions for wiping the nightly cache

This commit is contained in:
Adam Bergmark 2016-02-11 12:34:35 +01:00
parent 2de2cd5659
commit 7feb329e41

View File

@ -134,3 +134,7 @@ LTS minor bumps typically are run on Sundays.
* You can detect the problem by running `df`. If you see that `/` is out of space, we have a problem
* There are many temp files inside `/home/ubuntu/stackage-server-cron` that can be cleared out occasionally
* You can then manually run `/home/ubuntu/stackage-server-cron.sh`, or wait for the cron job to do it
### Wiping the cache
Sometimes the cache can get corrupted which might manifest as `can't load .so/.DLL`. You can wipe the nightly cache and rebuild everything by doing `rm -rf /opt/stackage-build/stackage/automated/nightly`.