commercialhaskell / stackage-infrastructure

Deployment configuration for Stackage and tools. Central place for Stackage admins.
MIT License
0 stars 0 forks source link

Reduce disk usage of stackage server #7

Open chreekat opened 1 month ago

chreekat commented 1 month ago

Disk usage grows over time for a few reasons:

Historically this didn't matter because (1) it was easy enough to manually clean up after curation and (2) stackage-server ran on ephemeral Kubernetes pods that would just get recycled if they ran out of disk space.

Now that all these processes run on the same server, and we need backups of the server's database, we should start managing the growth of disk usage.