How to optimize storage?

It’s likely old images that need to be cleaned up by logging into your server and doing:

cd /var/discourse
./launcher cleanup

as well as:

apt-get autoclean
apt-get autoremove

See this topic for more detail:

This comes up a lot, I’m actually not sure why cleanup isn’t a more default automatic thing!

9 Likes