Update Jira Software from 7.3.7 to 7.5.0

Francesco De Francesco September 12, 2017

Hello,

I'm currently running Jira Software 7.3.7 on top of Jira Core 7.3.7 on a Linux VM. What's the best practice to upgrade everything to 7.5.0?

Also, what's your advice about backups? I can run a full backup of the VM if needed.

Kind regards,

 

Francesco

1 answer

0 votes
Suhas P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 12, 2017

HI,

Before starting to work on upgrade, go through the Upgrade notes and release notes for all versions from 7.3.7 to 7.5.0 and summarize it.

Upgrade notes will tell you if there is any perticular to look out for. Release notes makes you aware of any major changes that you need to plan for.

List the plugins that you currently have. Most important is non atlassian developed plugins. If any of that has any prolems then that you might find in release notes.

Make an upgrade plan which will list every single step that you want to perform during the upgrade and the time for that action.

Do a test environment upgrade first and make notes for important observations amd make changes to the plan acordingly.

Regarding back up, For database, you can create couple of empty databases (same config as your current database) on the same server as standby databases and dump the production data on those databases when you take JIRA down for upgrade. You can use one of those databases in case of rollback scenario since you cant downgrade existing database.

For VM backup, you can simply use copy of JIra Home and Installation directory into one directory eg 'atlassian' directory where Jira home and installtion directory is you can copy that to 'atlassian_backup' and simply rename it incase of rollback.

Make an post-upgrade checklist for issues, attachments, icons, avatars, all plugin functionalities, Jira properties, database collation, Lexo rank, healthcheck, custom attributes in important files like setenv.sh, server.xml, web.xml, jira-config.properties etc..

Hope this helps. Good Luck :)

Suggest an answer

Log in or Sign up to answer