Cleavr used 50% storage as temp?

Hello there, I suddenly noticed that my server was down due to a storage issue. When I checked, I saw that the Cleaver system is using 42GB of storage as temporary files. Why is this happening? Why doesn’t the Cleaver system clean up these temporary files? Is it okay to delete them?

sudo du -sh /tmp/* | sort -hr | head -20
42G /tmp/cleavr

First try using the clean disk feature in server maintenance section.

If that doesn’t result in decreasing the size, then check /tmp/cleavr to see what types of files are there. If it’s a tmp/cleavr/backup folder, this is a temp folder for backup process, so as long as the backups are stored in the correct target location, then it’d be OK to delete the folder.

Oh Yeah it was backups folder.
Now i deleted them. but it’s good if it clean itself.

Thank you for the help.