diff --git a/README.md b/README.md index 7fd9991..05adb49 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ AWS_PROFILE=platform-developer make path_to/a_slice_file.restored AWS_PROFILE=digitisation-developer make path_to/a_slice_file.transferred.production ``` 4. The receiving system may be down, so step 5 may need to be run, without having to restore again from step 2. -You can use this [dashboard](https://c783b93d8b0b4b11900b5793cb2a1865.eu-west-1.aws.found.io:9243/s/storage-service/app/dashboards#/view/04532600-2dfc-11ed-8fbf-7d74cdf8bbb4?_g=(filters:!(),refreshInterval:(pause:!t,value:60000),time:(from:now-1d,to:now))) to check whether the files have been successfully ingested into the storage-service. Filter by `bag.info.externalIdentifier`, the bag's `status.id` should be `succeeded` +You can use this [dashboard](https://c783b93d8b0b4b11900b5793cb2a1865.eu-west-1.aws.found.io:9243/s/storage-service/app/dashboards#/view/04532600-2dfc-11ed-8fbf-7d74cdf8bbb4?_g=(filters:!(),refreshInterval:(pause:!t,value:60000),time:(from:now-1d,to:now))) to check whether the files have been successfully ingested into the storage-service. Filter by `bag.info.externalIdentifier`, the bag's `status.id` should be `succeeded`. + 5. (Optional) If you cannot find your bag in the above dashboard, or if it `failed`, use the `touch.py` script to re-trigger the Archivematica workflow. Feed it a file containing one S3 key to touch per line ``` AWS_PROFILE=digitisation-developer make path_to/your_list_of_S3_keys_to_touch.touched.production