Hi,
Objective: Join Dspace Instances in One.
Step 1: backup 1st instance, pg_dump, assetstore, log.
Step 2 ; Build a new instance.
Step 3: fill with data psql - f, move asset and log ..
Step 4: rebuild index, filter media,
Step 5: check instance http:..
- All ok.
Step 6: Export 2nd instance .. dspace -a -d -t AIP ... siteaip.zip
Step 7: Create a new community in new instance. (1234567890/997)
Step 8: try to ingest the siteaip.zip
dspace packager -r -k -a -e .. -p 123456789/997 -o ignoreHandle=true -o createMetadataFields=true siteaip.zip
But. Fail. with "java.lang.ClassCastException: org.dspace.content.Collection cannot be cast to org.dspace.content.Community"
The question is?
Is there a way to join two or more dspace instance data?
If has, which steps I need to follow?
Thanks
Job