Migrating from an older version to a recent version

To migrate from an older version to a current version, perform these steps after the migration scripts are downloaded and unzipped.

  1. 8.3.4 to 10.0.0

    Navigate to installed home/apache-tomcat 6.0.x/common/classes/largesoft/install/databaseMigrations/830to100ga folder.

    Run the run_dbMigration.bat script or the run_dbMigration.sh script.

  2. 10.0.0 to 10.1.0

    Navigate to installed home/apache-tomcat- 6.0.x/bin folder.

    Open the run_dbMigration.bat script and update the set MIGRATION_FOLDER=100gato1010 parameter.

    Or

    Open the run_dbMigration.sh script and update the MIGRATION_FOLDER =100gato1010 parameter.

    Execute the run_dbMigration.bat script or the run_dbMigration.sh script.

  3. 10.1.0 to 10.2.11

    Navigate to installed home/apache-tomcat-6.0.x/bin folder.

    Open the run_dbMigration.bat script and update the set MIGRATION_FOLDER=1010to1020 parameter.

    Or

    Open the run_dbMigration.sh script and update the MIGRATION_FOLDER =1010to1020 parameter.

    Execute the run_dbMigration.bat script or the run_dbMigration.sh script.

    Note: Ensure that the MIGRATION_FOLDER is correctly set for each step, otherwise, the migration steps in the intended folders are skipped.

    The information provided in this section is specific to the On-Premise environments.