Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration: Document and clean up script to update persistent id record target url. #2477

Closed
kcondon opened this issue Aug 21, 2015 · 3 comments
Labels
Feature: Migration Type: Suggestion an idea User Role: Sysadmin Installs, upgrades, and configures the system, connects via ssh UX & UI: Design This issue needs input on the design of the UI and from the product owner

Comments

@kcondon
Copy link
Contributor

kcondon commented Aug 21, 2015

One post migration step is to update the target url in the persistent id records, both hdl and doi. This was done using a script that drives a purpose built servlet.

This should be documented and the script reviewed for clean up.

@kcondon kcondon added UX & UI: Design This issue needs input on the design of the UI and from the product owner Type: Suggestion an idea Status: Dev Feature: Migration labels Aug 21, 2015
@kcondon kcondon added this to the 4.2 milestone Aug 21, 2015
@raprasad
Copy link
Contributor

raprasad commented Sep 2, 2015

@landreev captured the updated needed in a simple curl loop

e.g.

cat list_of_db_ids.txt | while read dbid
do
   curl 'http://localhost:8080/api/datasets/'$dbid'/modifyRegistration?key=<ADMIN_API_KEY>'
   echo
done

@raprasad raprasad assigned scolapasta and unassigned raprasad and scolapasta Sep 14, 2015
@scolapasta scolapasta self-assigned this Sep 18, 2015
@scolapasta scolapasta modified the milestones: 4.2, 4.3 Sep 25, 2015
@mercecrosas mercecrosas modified the milestones: 4.3, In Review Nov 30, 2015
@scolapasta scolapasta removed their assignment Jan 27, 2016
@scolapasta scolapasta removed this from the Not Assigned to a Release milestone Jan 28, 2016
@pdurbin
Copy link
Member

pdurbin commented Jan 29, 2016

This falls within Installation Guide territory, I suppose, but I didn't not attempt to document this (I didn't work on it) in my pull request at #2895. Since it's a migration thing I guess it could be documented on the Upgrading page I added. It can be previewed here right now: http://guides.dataverse.org/en/2884-install-guide-reorg/installation/upgrading.html

@pdurbin
Copy link
Member

pdurbin commented Mar 30, 2017

Related: #3318.

@pdurbin pdurbin added User Role: Sysadmin Installs, upgrades, and configures the system, connects via ssh and removed zPriority: High labels Jul 12, 2017
@pdurbin pdurbin added the Type: Suggestion an idea label Oct 9, 2023
@pdurbin pdurbin closed this as not planned Won't fix, can't repro, duplicate, stale Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Migration Type: Suggestion an idea User Role: Sysadmin Installs, upgrades, and configures the system, connects via ssh UX & UI: Design This issue needs input on the design of the UI and from the product owner
Projects
None yet
Development

No branches or pull requests

5 participants