Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the migration validator and store it on the JIRA+RMsis server. (Please send a mail to support@optimizory.com to get the link to download the utility)
  2. Bring up shell/command line and execute the utility using the command: java -jar migration-validator.jar

    • Please ensure that Java 1.8 is installed and PATH system variable is set so that you are able to execute java programs. 

    • See sample screenshot below.

  3. You will be prompted to enter the path to <JIRA_HOME> directory.

  4. You will be prompted to choose an option. Select option 1 to gather information from source database. 
  5. You will be prompted to enter the project key of the project you want to backup/restore. Enter the project key of the project.
    • Here, FIR is the project key inserted by the user.
    • See sample screen below.
  6. Above operation will create two files in the directory where migration-validator.jar is stored.
    • projectDetails.properties : This file consists of database settings which will be used to validate settings on target database.
    • usersMap.properties : This file consists of usernames of active users in RMsis. These users must be mapped to pre-existing users of target database.
  7. It is possible that the target database has different set of users, if this is the case, please open the usersMap.properties file and map the users to existing users of target database.
  8. Backup and restore JIRA project into target JIRA instance.
  9. Copy the migration-validator.jar, projectDetails.properties and usersMap.properties to target JIRA+RMsis server and execute .
  10. If the users in target database are different, open usersMap.properties in a text editor and map users to some existing users of the database.
    • Details regarding user mapping is listed at the bottom of this page under the heading Mapping users of source and target database.
  11. Execute step 2 & 3. You will be prompted to choose an option. Select option 2 to validate the target RMsis database before restoration.
  12. The utility will validate the pre-requisites and report errors, if any.
  13. Please take the corrective measures reported by the utility before performing the data restoration.
  14. You can also contact support@optimizory.com for further assistance. If this is required, please send the RMsisDataValidator.log created by the utility along-with your request.

...