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
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
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.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 8 19
|
3976 | ||
|
2
thg 9 23
|
6355 | ||
|
4
thg 5 25
|
47421 | ||
The style compilation failed
Đã xử lý
|
|
6
thg 12 23
|
45599 | |
|
3
thg 10 21
|
17962 |