Migrating RMsis from H2 to MySQL Introduction There have been some requests, where RMsis users entered some critical data in the embedded database during the evaluation period and at a later date wish to migrate to a production ready DataBase. The process is not straightforward and we have worked out a solution, which is presented below. However, specific installations may have some unique issues. If you face any such issue, please contact
[email protected]. Also see the notes at the end of this article. Supported Platforms Linux OS has been used in the procedure described below. For migration on MS Windows platform, please use windows versions of all the listed tools. One of our customers has migrated on Windows 7 Platform and shared the following additional points: When we installed SQuirrel SQL on our Windows 7 machine, some plugins where not correctly installed although they were selected for installation in the installer. Especially "Copy Table" did not show up in the context menu. After manually installing the plugins in the right place and restarting the tool the context menu was there. Resources / Tools Required You must have JAVA installed on your machine. SQuirrel SQL (http://squirrel-sql.sourceforge.net/) VIM JDBC database drivers h2-1.3.160.jar mysql-connector-java-5.1.6.jar Blank RMsis database (be sure you use correct database version) rmsis_164_blank.sql for RMsis-1.6.4 rmsis_167_blank.sql for RMsis-1.6.7 rmsis_168_blank.sql for RMsis-1.6.8 rmsis_170_blank.sql for RMsis-1.7.0 rmsis_171_r168_blank.sql for RMsis-1.7.1-r168 rmsis_171_r183_blank.sql for RMsis-1.7.1-r183 rmsis_171_r200_blank.sql for RMsis-1.7.1-r200 rmsis_178_r206_blank.sql for RMsis-1.7.8-r206 rmsis_186_r297_blank.sql for RMsis-1.8.6-r297 Perquisite Jira admin access MySQL root access Procedure 1.