bck055
(bnd)
23 Noviembre, 2019 00:15
1
Mi servidor tiene 55 GB. Estamos ejecutando una comunidad pequeña.
Tengo 5 archivos de respaldo, cada uno estimado en 100 MB.
No sé por qué la ocupación de Docker supera los 30 GB de almacenamiento.
¿Podrías ayudarme a eliminar archivos no utilizados o limpiar archivos de actualizaciones antiguas?
Gracias,
1 me gusta
bts
(Brendan Schlagel)
23 Noviembre, 2019 00: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 Me gusta
system
(system)
Cerrado
26 Agosto, 2023 17:51
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.