Beeta Posted November 16 Posted November 16 running out of inodes... [11:48][[email protected] tmp]# ls /home/nginx/domains/xxxx.xxx/public/img/tmp | wc -l 27886 [11:48][[email protected] tmp]# df -i /dev/sda 3260416 3251877 8539 100% / is it safe to delete all the content of img/tmp (without touching index.php)?
0 DRMasterChief Posted November 16 Posted November 16 Maybe this is a fundamental question. Can the thirtybees developers please tell us what can be easily deleted from time to time? I don't use invoice creation in the shop or inventory management, I keep deleting orphaned shopping carts, I hope that's OK. What else can be deleted?
0 DRMasterChief Posted November 16 Posted November 16 There is information about deleting files for PrestaShop, but what about the current thirtybees versions 1.5.1 and 1.6.x?
0 datakick Posted November 17 Posted November 17 21 hours ago, Beeta said: is it safe to delete all the content of img/tmp (without touching index.php)? Yes, it's safe
0 datakick Posted November 17 Posted November 17 21 hours ago, DRMasterChief said: Maybe this is a fundamental question. Can the thirtybees developers please tell us what can be easily deleted from time to time? I don't use invoice creation in the shop or inventory management, I keep deleting orphaned shopping carts, I hope that's OK. What else can be deleted? That's hard to tell, it depends on what modules you are using. For example, I've seen module thats send abandoned carts emails to raise 500 errors after the old carts were deleted. Some modules (for example my revws) uses guest table as a.persistent identifier to identify anonymous visitors (revws is using that to allow anonymous visitors to edit / delete their reviews. Pruning data from guests table will break this functionality). And there are more. To improve performance, on a clean installation without additional modules, it's safe to delete old carts (tb _cart, tb_cart_products, tb_cart_cart_rule,...) delete old entries from (tb_log) delete old visitor-related entires (tb_guests, tb_connections, tb_connections_source) prune tb_mail entries It can be hard to do that manually. There are modules that do that in a safe way on a regular basis.
0 DRMasterChief Posted November 17 Posted November 17 Thanks @datakick i think this helps a lot. I do not use any module which can affect this, only the Greenmousestudio numeric-reference to change order-id to numbers and a module to add custom tab. AdvancedEUCompliance and so on will not affect this... I will do it by my own, it is worth the effort. I can also manage the things then for GDPR. We do not need any super old orders in the shop, we transfer it via software here into our office.
0 the.rampage.rado Posted Monday at 10:58 PM Posted Monday at 10:58 PM @DRMasterChief if you are on 1.6 the first two rows are already implemented in the core (one as buttons in the Carts section and one as automated maintenance task), we can make something similar for the other two rows.
0 DRMasterChief Posted Wednesday at 10:14 AM Posted Wednesday at 10:14 AM Yep, maybe i will have a look to 1.6 in the next time, but we are busy here and every test needs some time... Optimizing and cleaning up your Thirtybees store - thirty bees store can also help maybe, but it seems to be a biiiiig solution?
Question
Beeta
running out of inodes...
[11:48][[email protected] tmp]# ls /home/nginx/domains/xxxx.xxx/public/img/tmp | wc -l 27886 [11:48][[email protected] tmp]# df -i /dev/sda 3260416 3251877 8539 100% /
is it safe to delete all the content of img/tmp (without touching index.php)?
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now