Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
8000 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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.


Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
srp 19
4413
2
zář 23
6896
4
kvě 25
49793
6
pro 23
46502
3
říj 21
18686