blackbit_digital_commerce / recycle-bin-cleanup
Automatically remove elements from recycle bin after configurable amount of time
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:pimcore-bundle
This package is auto-updated.
Last update: 2024-11-06 13:53:06 UTC
README
When elements get deleted in Pimcore admin area, those elements will get added to the recycle bin. By default Pimcore does not support to automatically remove / purge elements from recycle bin but those stay there forever or until they get deleted manually. This can waste a significant amount of disk space. With this bundle you can define a time threshold after which recycle bin items get deleted automatically.
Configuration
By default elements older than 30 days get automatically deleted from the recycle bin. You can change this with the config blackbit_recyclebin_cleanup.storage_threshold
in your /config/config.yaml (for Pimcore >= 10) or app/config/config.yml
(for Pimcore < 10), e.g.
blackbit_recyclebin_cleanup: storage_threshold: 60