Hello everyone,
I'm currently trying to migrate some data using AIP.
Backstory is we had an old Dspace version (5.5) and now we are switching to a new one, version 7+
While trying to restore using AIP at the new machine:
dspace packager -r -k -a -t AIP -e
em...@email.com /path/AIP.zip
I get the Ingest Error: "Could not find a parent DSpaceObject referenced as 'xxx/xxx'"
When I set the flag as recommended '-o skipIfParentMissing=true' and run the same command, I get the following message:
"CREATED a total of 1 DSpace Objects." -> and it does not import.
I also tried to import a single community but I got the same error.
while running the first command (dspace packager -r -k -a) the users were normally imported. Running using the flag -r -f also did not work.
Any ideas of what I am doing wrong?