Is there a way to automatically delete old data?

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
claude27
Posts: 21
Joined: 25 Jul 2024, 11:24

Is there a way to automatically delete old data?

Post by claude27 » 24 Feb 2025, 15:02

Is there a way to automatically delete old data?

For data protection reasons, my customer would like personal data and booking data to be automatically deleted after 6 months.

Or do I have to program a scheduler task myself?

(TYPO3 12.4 / Aimeos V24.4)

User avatar
aimeos
Administrator
Posts: 8616
Joined: 01 Jan 1970, 00:00

Re: Is there a way to automatically delete old data?

Post by aimeos » 24 Feb 2025, 15:07

You need to write a job controller yourself for that task because there's only a job controller to remove unfinished orders. The documentation for creating job controllers can be found here:
https://aimeos.org/docs/latest/cronjobs ... ontroller/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply