...
Info |
---|
Note: Deleting a transfer from the dashboard does not delete the transfer or its related entities, including the source directory in the transfer source location. It just removes the transfer from the dashboard. |
Unhide transfers that have been deleted
...
Deleted transfers can be restored to the dashboard using MySQL queries, for example:
Code Block |
---|
mysql> select * from SIPs where currentPath like "%PATH%";
mysql> update SIPs set hidden=0 where sipUUID="insert UUID"; |
Avoid doing this unless there is an urgent need to unhide the transfer.
The transfer UUID is located in the OBJID tag in the first line of the METS.xml file.