Search code examples
artifactory

Artifactory cleaning up temp folder


I have a question related to Artifactory Jfrog.. Is it safe to delete files in /var/opt/jfrog/artifactory/temp folder?

Taking up a lot of spaces

Thank you


Solution

  • The temp folder is generally safe to delete as Artifactory uses it as a staging area for various indices it creates and for other generated files.

    take care with a folder called artifactory-uploads if its present - that is the staging area for ui-originated uploads so you might end up deleting a file that represents an upload in progress, so only delete old files from that location.