DSpace-Cris Site name change

110 views
Skip to first unread message

Eldridge van der Westhuizen

unread,
Dec 18, 2020, 9:33:10 AM12/18/20
to DSpace Technical Support
Good day all

Running DSPACE-CRIS 6.3 on Ubuntu.  


Did all the changes in local.cfg, as well as tomcat and apache changes.   Also requested a new certificate.  All working well. 

What is not working, is some of the existing article URI links, as well as the statistics link.  I am attaching a screenshot with examples. Can someone please assist with guidance on changing these to the correct links?  

Thanks
Eldridge

Dspace.png

Eldridge van der Westhuizen

unread,
Dec 18, 2020, 9:36:17 AM12/18/20
to DSpace Technical Support
Just a correction - new link is  https://openscholar.ump.ac.za  

Sean Carte

unread,
Dec 21, 2020, 8:54:11 AM12/21/20
to Eldridge van der Westhuizen, DSpace Technical Support
Hi Eldridge

I vaguely remember updating URI links in the past, but I'm not sure exactly how I did it. This may help:

update metadatavalue
set text_value = regexp_replace(text_value, 'http://my-old.url.org', 'https://my-new.url.org') where metadata_field_id IN (select metadata_field_id from metadatafieldregistry where element = 'identifier' and qualifier = 'uri');

After the update you need to reindex the discovery search index and the oai index:
  • bin/dspace index-discovery -f
  • bin/dspace oai import -c

I don't know if that will have any effect on your stats links though.

--
All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/b7009130-7b60-4944-8f93-f9c5f3e6275cn%40googlegroups.com.

Eldridge van der Westhuizen

unread,
Dec 22, 2020, 4:52:34 AM12/22/20
to DSpace Technical Support
Thanks Sean.  Will give it a go.  
Reply all
Reply to author
Forward
0 new messages