Ben Borgers

How to avoid running out of disk space with a database on Glitch

February 19, 2020

Since originally writing this blog post, I've since found that the best way to solve a problem like this is to add the database file(s) to your .gitignore file.

This tells git not to keep a record of changes to your database, which avoids clogging up your disk space with local git history.

More blog posts

Subscribe to my newsletter for a monthly round-up of new blog posts and projects Iā€™m working on!

Twitter ↗ RSS feed ↗