Merged
Conversation
5 tasks
marikaris
requested changes
Mar 17, 2026
|
|
||
| Migration scripts referenced in this guide have been removed from the current repository as of Armadillo 5.13.2. | ||
| The scripts and their source code can be found in the | ||
| [Armadillo v3.4.0 release](https://github.com/molgenis/molgenis-service-armadillo/tree/v3.4.0/scripts/upgrade). |
Collaborator
There was a problem hiding this comment.
upgrade wasn't a thing back then, the scripts are just in the scripts folder:
https://github.com/molgenis/molgenis-service-armadillo/tree/v3.4.0/scripts
|
|
||
| ```bash | ||
| wget https://raw.githubusercontent.com/molgenis/molgenis-service-armadillo/master/scripts/upgrade/migrate-auth.py | ||
| wget https://raw.githubusercontent.com/molgenis/molgenis-service-armadillo/v3.4.0/scripts/upgrade/migrate-auth.py |
Collaborator
There was a problem hiding this comment.
| ### 1. Export Projects and users from Armadillo 2 | ||
|
|
||
| To export users from an Armadillo 2 server, one must use the [export-users.py](https://github.com/molgenis/molgenis-service-armadillo/blob/master/scripts/upgrade/export-users.py) script. `export-users.py` can be used by using the following arguments: | ||
| To export users from an Armadillo 2 server, one must use the [export-users.py](https://github.com/molgenis/molgenis-service-armadillo/blob/v3.4.0/scripts/upgrade/export-users.py) script. `export-users.py` can be used by using the following arguments: |
Collaborator
There was a problem hiding this comment.
| ### 2. Import Projects and users TSVs into Armadillo 3 | ||
|
|
||
| To import users into an Armadillo 3 server, one must use the [import-users.py](https://github.com/molgenis/molgenis-service-armadillo/blob/master/scripts/upgrade/import-users.py) script. `import-users` can be used by using the following arguments: | ||
| To import users into an Armadillo 3 server, one must use the [import-users.py](https://github.com/molgenis/molgenis-service-armadillo/blob/v3.4.0/scripts/upgrade/import-users.py) script. `import-users` can be used by using the following arguments: |
Collaborator
There was a problem hiding this comment.
marikaris
approved these changes
Mar 17, 2026
Collaborator
marikaris
left a comment
There was a problem hiding this comment.
We have to check if dependapot is pleased after merge
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



To do:
Test: