Jump to content
thirty bees forum
  • 0

is it safe to clean up img/tmp ?


Question

7 answers to this question

Recommended Posts

  • 0
Posted

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
Posted
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
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...