Skip to content

Commit

Permalink
Merge pull request IQSS#8780 from kaitlinnewson/docs-migration-scripts
Browse files Browse the repository at this point in the history
Add migration scripts to apps page
  • Loading branch information
kcondon authored Jun 7, 2022
2 parents 4947992 + c87f8d9 commit 365e7be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/sphinx-guides/source/api/apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ Docker image from a code repository that follows the [reproducible executable en

https://github.com/jupyter/repo2docker/blob/master/repo2docker/contentproviders/dataverse.py

dataverse-migration-scripts
~~~~~~~~~~~~~~~~~~~~~~~~~~~

This series of Python scripts offers a starting point for migrating datasets from one Dataverse installation to another. Multiple parts of the process are handled in these scripts, including adding users, collections, and multiple versions of datasets. These scripts were developed to migrate data from version 4.20 to 5.1, but may provide a helpful starting point for other software versions. The :doc:`migration APIs </developers/dataset-migration-api>` added in version 5.6 are not used. You can find more details in the repository, as well as `this Google group thread <https://groups.google.com/g/dataverse-community/c/4yy3U5RtUAs/m/OLogk12NBgAJ>`_.

https://github.com/scholarsportal/dataverse-migration-scripts

Java
----

Expand Down

0 comments on commit 365e7be

Please sign in to comment.