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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
6473
Views
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Aug 19
|
3387 | ||
|
2
Sep 23
|
5607 | ||
|
4
Jun 24
|
42358 | ||
The style compilation failed
Solved
|
|
6
Dec 23
|
43267 | |
|
3
Oct 21
|
16710 |