Skip to content
Snippets Groups Projects
Commit 912e3831 authored by Marco Del Tufo's avatar Marco Del Tufo
Browse files

Update multi-data-set-archiving.md

parent 750af88e
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -407,12 +407,12 @@ openbis_prod=> UPDATE external_data SET status = 'AVAILABLE', present_in_archive ...@@ -407,12 +407,12 @@ openbis_prod=> UPDATE external_data SET status = 'AVAILABLE', present_in_archive
``` ```
If there is half copied files on the archive destination, these need If there is half copied files on the archive destination, these need
to be delete too, to find them run the next queries. to be delete too, to find them run the next queries.
# To find out the containers: To find out the containers:
```sql ```sql
SELECT * FROM data_sets WHERE CODE IN('20170712111421297-37998', '20171106181516927-39987', '20171106183212074-39995', '20171106185354378-40002'); SELECT * FROM data_sets WHERE CODE IN('20170712111421297-37998', '20171106181516927-39987', '20171106183212074-39995', '20171106185354378-40002');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment