Skip to content
Snippets Groups Projects

Evidence collection

Collected 11 months ago

Release notes

Major features / changes

Minor fixes and UI improvements

  • Fixed file visibility in universal viewer

Rake tasks to deleted existing CRC1280 datasets and collections

The structure of meta.json has been modified. This involved changes with both the import process and the creation of the meta.json. To test this fix, you would need to run an import of the CRC1280 dataset and then download it.,

If you would like all existing CRC1280 datasets and collections to be deleted, prior to importing again, the rake task rdms:delete_crc_1280_works_and_collections can be used.

Usage:

SSH to the web container

docker exec -it rdms_web_1 /bin/bash

To do a dry run, to get a list of all Dataset and Collection Ids that will be deleted, run the rake task with the argument dry_run

rake rdms:delete_crc_1280_works_and_collections[dry_run]

To delete all CRC1280 dataset and collections, run

rake rdms:delete_crc_1280_works_and_collections