Upgrading Existing RMsis
Upgrading Existing RMsis
In order to upgrade existing RMsis with new version, please follow below mentioned steps: -
- Stop JIRA and Tomcat.
- Take backup of existing database.
MySQL
$ mysqldump -uroot -ppassword rmsis_database_name > backup_file.sql
Note : For Microsoft SQL server 2005/2008 please refer http://msdn.microsoft.com/en-us/library/ms187048.aspx
- Save your rm.war and jira-rmsis-x.x.x.jar, just in case you need to revert back to the old setup.
- Upgrade rm.war
- Download new version of RMsis and unzip new rmsis*.zip.
- Go to the folder containing the contents of this new rrmsis*.zip
- Run setup.sh | setup.bat (linux | windows) as the case may be. This is absolutely critical, since it configures rm.was as per your local installation.
- Deploy the modified 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.
- Upgrade JIRA plugin
- 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).
- Restart JIRA.
- Open JIRA web link in web browser and login as "Administrator" and go to Administration Menu
- Clear any existing listeners
- click on Listeners link under the system category.
- If any listener shows up with the name (RMsis Listener, com.optimizory.plugins.listener.RMsisListener) then delete this listener by clicking on delete link corresponding to that listener.
- Now click RMsis menu on JIRA top navigation bar.
- If required, follow instructions for license activation.