Upgrade Tasks for Minyaa 3.0

For older release see Upgrade to Minyaa 2.5.1

This release does not provide special Upgrade Task.

But, Minyaa 3.0 comes with different changes related to License !

Upgrade Procedure from previous Minyaa release

With thess releases, you have to follow below steps.

Perform an Uninstallation of Minyaa
Stop JIRA
Reset Minyaa Plugin Module State (Only required for Upgrade from Minyaa 2.3 or before)

Using a SQL Client connected to your JIRA Database, execute following SQL Statements ..

DELETE FROM propertystring where id in (SELECT id FROM propertyentry p where property_key like 'jira.plugin.state-.jira.plugin.minyaa%');
DELETE FROM propertyentry  where property_key like 'jira.plugin.state-.jira.plugin.minyaa%';
COMMIT;
Note that you may have to correct these SQL Statement depending on your Engine Database used and/or the Database Schema used for JIRA. Here, the SQL statement are useable for MySQL assuming that we are connected with JIRA Database schema as default schema.
Remove old Minyaa JARs :

JARs to remove from WEB-INF/lib folder are :

  • jira-plugin-minyaa-core-x.x.x-y.y.jar
  • jira-plugin-minyaa-time-x.x.x-y.y.jar
  • jira-plugin-minyaa-time-reports-x.x.x-y.y.jar
  • jira-plugin-minyaa-workflows-x.x.x-y.y.jar
  • jira-plugin-minyaa-spread-x.x.x-y.y.jar
  • jira-plugin-minyaa-projects-x.x.x-y.y.jar
  • jira-plugin-minyaa-tools-x.x.x-y.y.jar
  • jira-plugin-minyaa-i18n-*-3.0.jar
JARs to remove from jira-home/plugins/installed-plugins folder are :
  • jira-plugin-minyaa-core-gadgets-x.x.x-y.y.jar
  • jira-plugin-minyaa-time-gadgets-x.x.x-y.y.jar
Copy new Minyaa JARs : JARs to remove from WEB-INF/lib folder are :
  • jira-plugin-minyaa-core-x.x.x-3.0.jar
  • jira-plugin-minyaa-time-x.x.x-3.0.jar
  • jira-plugin-minyaa-time-reports-x.x.x-3.0.jar
  • jira-plugin-minyaa-workflows-x.x.x-3.0.jar
  • jira-plugin-minyaa-spread-x.x.x-3.0.jar
  • jira-plugin-minyaa-projects-x.x.x-3.0.jar
  • jira-plugin-minyaa-tools-x.x.x-3.0.jar
  • jira-plugin-minyaa-reports-x.x.x-3.0.jar
  • jira-plugin-minyaa-i18n-*-3.0.jar
JARs to remove from jira-home/plugins/installed-plugins folder are :
  • jira-plugin-minyaa-core-gadgets-x.x.x-3.0.jar
  • jira-plugin-minyaa-time-gadgets-x.x.x-3.0.jar
  • jira-plugin-minyaa-reports-gadgets-x.x.x-3.0.jar
Start JIRA
After installation, Stop and Restart JIRA