bck055
(bnd)
Novembro 23, 2019, 12:15am
1
Meu servidor tem 55 GB. Estamos rodando uma pequena comunidade.
Tenho 5 arquivos de backup, cada um com aproximadamente 100 MB.
Não sei por que o uso do Docker está acima de 30 GB de armazenamento.
Você poderia me ajudar a remover arquivos não utilizados ou limpar arquivos antigos de atualização?
Obrigado,
1 curtida
bts
(Brendan Schlagel)
Novembro 23, 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 curtidas
system
(system)
Fechado
Agosto 26, 2023, 5:51pm
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.