pulibrary / dspace-development

DSpace infrastructure and development resources for the Princeton University Library.
https://dspace-development.readthedocs.io/en/latest/
1 stars 0 forks source link

Migrate an object from DataSpace to the OAR #838

Closed kelynch closed 1 month ago

kelynch commented 2 months ago

Using the DSpace command line utilities, export Basin-Scale Leakage Risks from Geologic Carbon Sequestration: Impact on Carbon Capture and Storage Energy Market Competitiveness from DataSpace into the Civil and Environmental Engineering collection in the OAR.

Reference:

Acceptance criteria

kelynch commented 1 month ago

The object is now available here - https://oar.princeton.edu/handle/88435/pr1j96096k

The legacy ark at https://arks.princeton.edu/ark:/88435/dsp01v979v322v has also been redirected to the OAR link.

kelynch commented 1 month ago

Commands used:

To export:

/bin/dspace packager -d -t AIP -e $COLLECTION_ADMIN -i $HANDLE aip$HANDLE.zip

To import (restore from backup and ignore existing handle):

bin/dspace packager -r -t AIP -e $COLLECTION_ADMIN -p $COLLECTION_HANDLE /home/dspace/packager-restore/aip$HANDLE.zip -o ignoreHandle=true