server storage management - uploaded reviewables

Hello everyone,

When the publish plugin runs the upload_reviewable, it uploads the reviewable to the server.

These files are stored under:
storage/server/project/[project_name]/uploads

Once a reviewable is no longer needed, what is the best way to remove or archive these files to free up space on the server?

Regards,
Tu

Hello,
Once you delete a product version entity, its associated reviewable will be deleted as well.

The maintenance procedure will clean up the files eventually. when a version is deleted, there’s a 10 days grace period before all activities are purged from the database, which marks files and unused and they are deleted as well.

Thank you for the quick response @mustafa_jafar.

Is there a way to force storage clean up before the 10 days grace period?