Skip to content

script to help with mms data migration for cameo 19 to 2022x projects

License

Notifications You must be signed in to change notification settings

Open-MBEE/exec-mms-migration-cameo2022x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mms-migration-cameo2022x

Script to help with mms data migration for cameo 19 to 2022x projects, see this wiki page for entire migration process.

How to use

Install node.js

For each project/branch to be migrated:

  1. get cameo 19x json from branch:

    curl -X GET -u mms4user {http://mms4domain.com}/projects/{projectId}/refs/{master}/elements > input.json

  2. run process script to get cameo 2022x json as output.json

    node process.js

  3. post output back to mms with overwrite flag

    curl -X POST -u mms4user -H 'Content-Type: application/json' [email protected] {http://mms4domain.com}/projects/{projectId}/refs/{master}/elements?overwrite=true > out.txt

About

script to help with mms data migration for cameo 19 to 2022x projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published