After installing the software odoo 12, I have a small problem. Temporary directories are full. To give you an idea, the server is 90 giga, and I have 73 gigabytes of temporary files. Can I delete them without any problem?
How is it possible ? Temporary files do not empty automatically
Cette question a été signalée
1
Répondre
9326
Vues
Folder /tmp is supposed to be cleaned up on reboot, but if you don't reboot (which is normal for servers), clean up will not happen.
sudo find /tmp -type f -atime +14 -delete
will delete all files older than 14 days.
BEFORE you start deleting stop all programs and services you are using since /tmp/ can be used by programs to temporarily store information for that session.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
2
août 19
|
5355 | ||
|
|
2
sept. 23
|
8212 | ||
|
|
4
mai 25
|
56213 | ||
|
The style compilation failed
Résolu
|
|
6
déc. 23
|
48539 | |
|
|
3
oct. 21
|
20686 |