bck055
(bnd)
23 Novembre 2019, 12:15am
1
Il mio server ha 55 GB, stiamo gestendo una piccola community.
Ho 5 file di backup, ciascuno di circa 100 MB.
Non so perché l’occupazione di Docker superi i 30 GB di spazio.
Potresti aiutarmi a rimuovere i file non utilizzati o a pulire i vecchi file di aggiornamento?
Grazie,
1 Mi Piace
bts
(Brendan Schlagel)
23 Novembre 2019, 12:34am
2
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:
If you self-host Discourse, you occasionally need to run a manual update via the command line to get the latest security releases newest libraries. These updates are not picked up in admin/update, which is why you’ll occasionally need to do this additional step.
Discourse itself should be updated about twice a month, by clicking the “Update to Latest Version” button in your admin dashboard (admin/update).
Every two months we recommend SSH’ing into your web server (using putty or your favor…
This comes up a lot, I’m actually not sure why cleanup isn’t a more default automatic thing!
9 Mi Piace
system
(system)
Chiuso
26 Agosto 2023, 5:51pm
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.