From 2be974f8c2b1f79ed8ec32d1f902b6c14178e52e Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Tue, 7 Jun 2022 15:19:07 -0400 Subject: [PATCH 1/2] add migration scripts to apps page --- doc/sphinx-guides/source/api/apps.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/sphinx-guides/source/api/apps.rst b/doc/sphinx-guides/source/api/apps.rst index 75853d3b2f8..368229b5a5f 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 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 ---- From c87f8d9bd42810bbc555a3bd58d5203f45bb014a Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Tue, 7 Jun 2022 15:32:51 -0400 Subject: [PATCH 2/2] link to Migration API docs #8275 --- doc/sphinx-guides/source/api/apps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/api/apps.rst b/doc/sphinx-guides/source/api/apps.rst index 368229b5a5f..48b5e1f3584 100755 --- a/doc/sphinx-guides/source/api/apps.rst +++ b/doc/sphinx-guides/source/api/apps.rst @@ -90,7 +90,7 @@ https://github.com/jupyter/repo2docker/blob/master/repo2docker/contentproviders/ 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 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 `_. +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