How to optimize storage?

My server is 55GBs, We are running a small community.
I have 5 backup files, each file est. 100 MBs.

I dont know why the docker occupancy over 30GB storage?
Could you help me to remove unused files or cleaning old update files?

image

Thanks,

إعجاب واحد (1)

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 إعجابات

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.