bck055
(bnd)
23. November 2019 um 00:15
1
Mein Server belegt 55 GB, wir betreiben eine kleine Community.
Ich habe 5 Sicherungsdateien, jede Datei ca. 100 MB.
Ich weiß nicht, warum der Docker-Belegungsgrad über 30 GB Speicher liegt?
Könntest du mir helfen, ungenutzte Dateien zu entfernen oder alte Update-Dateien zu bereinigen?
Danke,
1 „Gefällt mir“
bts
(Brendan Schlagel)
23. November 2019 um 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 „Gefällt mir“
system
(system)
Geschlossen,
26. August 2023 um 17:51
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.