diff --git a/doc/sphinx-guides/source/api/apps.rst b/doc/sphinx-guides/source/api/apps.rst index 75853d3b2f8..48b5e1f3584 100755 --- a/doc/sphinx-guides/source/api/apps.rst +++ b/doc/sphinx-guides/source/api/apps.rst @@ -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 ` added in version 5.6 are not used. You can find more details in the repository, as well as `this Google group thread `_. + +https://github.com/scholarsportal/dataverse-migration-scripts + Java ----