Hello everyone. After data migration from one DSpace 7.1 (Windows) instance to another with same version, in the another instance the permanent URI links
are generated wrong (the ones informed in frontend to the user through communityPayload.handle and collection.handle variables) . Instead a proper, real URL such as
https://repo.com/handle/123456879/2 (say for instance), the resulting link for these migrated communities and collections is unsafe:hdl:123456789/2 . Migrated article links are right. And with communities/collections/articles newly created after migration, their links are also right.
For the wrong "unsafe:hdl" links, how could I fix it? (preferably without wiping/reloading DB)
Thanks in advance.
(
Command line used for export:
dspace packager -d -a -t AIP -e ad...@xxx.xxx -i 123456789/0 output.zip
And for import:
dspace packager -r -a -f -t AIP -e
ad...@xxx.xxx -i 123456789/0 -o skipIfParentMissing=true c:\output.zip
)