Upgrading Existing RMsis
In order to upgrade existing RMsis with new version, please follow below mentioned steps: -
- Take backup of existing database.
- MySQL
For Microsoft SQL server 2005/2008 please refer http://msdn.microsoft.com/en-us/library/ms187048.aspx
$ mysqldump -uroot -ppassword rmsis_database_name > backup_file.sql
- Download new version of RMsis and unzip new rmsis.zip.
- Deploy new rm.war file to application server and remove old file (refer section RMsis Application Deployment).
- Clear the Tomcat Cache. This can be done by deleting the TOMCAT_HOME/work/Catalina/<HOST_NAME>/rm folder.
- Remove old jira-rmsis plugin from JIRA_HOME/plugins/installed-plugin/ directory.
- Install new JIRA plugin for RMsis (refer section Installation of JIRA plugin for RMsis).
- Shutdown JIRA and restart it.
- Open JIRA web link in web browser and login as "Administrator".
- Now click RMsis menu on JIRA top navigation bar.
- If required, follow instructions for license activation.