bck055
(bnd)
Novembre 23, 2019, 12:15
1
Mon serveur fait 55 Go, nous gérons une petite communauté.
J’ai 5 fichiers de sauvegarde, chaque fichier estimé à 100 Mo.
Je ne sais pas pourquoi l’occupation Docker dépasse 30 Go de stockage ?
Pourriez-vous m’aider à supprimer les fichiers inutilisés ou à nettoyer les anciennes fichiers de mise à jour ?
Merci,
1 « J'aime »
bts
(Brendan Schlagel)
Novembre 23, 2019, 12:34
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 « J'aime »
system
(system)
A fermé ce sujet ()
Août 26, 2023, 5:51
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.