Removing detached projects after handing over folder to other instance

We do not currently have a recommended procedure that both

  • deletes project-related database records
  • leaves the project directory intact

An imperfect workaround might be:

  1. Detach the project
  2. Prepare and set aside a copy of the (detached) project directory
  3. Re-attach the project
  4. [Caution: deletes project data on filesystem] Delete the project via the browser interface or (CLI) delete_project()

After database records for the project’s jobs have been deleted, disk space needs to be reclaimed by compacting the events, fs.files and fs.chunks collections.

Please see this topic regarding the authorization for admin commands like compact.

1 Like