I currently plan to move an existing Jira-Installation (7.11.1) from an old Ubuntu server to a fresh Debian-11.5 server (should be Jira-9.20). Both on-premise, both VMs in a VMware vSphere environment.
We tested this for months now and solved several issues on the way, now it's time to redo it all for the final migration.
So we have 9.2 running with the DB-content from back then .. and now we need to redo it because we need all the work done inbetween migrated as well.
For sure I browsed the docs and howtos for help, let me ask here if what I plan is the/a valid way to do this.
I plan to install 7.11 on the new server as well: migrate data and DB from old to new without any version change at first, then upgrade.
Issues here:
I try to prepare the new productive VM as far as possible, to minimize the migration time. I am quite sure I forgot to ask something ...
Any hints welcome here.
Thanks in advance.
Welcome to the Atlassian Community,
As per Description you want to migrate + upgrade you jira application
Refer this Doc for migration Purpose:
For Avatar Issue - You need to make sure the home directory path is configured correctly
First I would recommend migrate the Instance and then try to upgrade
For Upgrade Path - 7.11 > 8.20 > 9.20 you can follow this path. Just refer the upgrade notes before upgrading it
Check the DB compactivity, Plugin Compactivity.
You need to have good CPU resources like RAM, Core etc.
Thanks,
Sachin
Thanks for the reply, for sure I already know the mentioned Doc.
It would be great to fix the avatar issue in the test env right now. AFAIK the home dir has not changed from OLD to NEW. Is there any step I can trigger to let it reload the pics? I rsynced the dirs "attachments" and "avatars" and checked permissions.
How to handle the addons? Upgrade them all at the 8.x step already? I assume this depends on the used addons ...
For the migration I plan to give the NEW VM lots of ressources and trim it down after things are done (8 vCPUs, 8 GB RAM now in TEST).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I managed to solve the avatars-issue. Did the default-setting for the home-dir change somewhere between 7.x and 9.x maybe?
Can I install and upgrade the new VM with the imported DB while the VM has a temporary installation FQDN? Or asked differently: is the base URL somehow relevant for the DB content?
I'd like to set up the new instance as something like `jira-mig.my.tld`, do all the necessary stuff and in the very end change the URL plus certs etc to the final URL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Additional question: is it better to do the XML backup and restore it on the target machine, or is it equal to migrate the DB via pg_dump/pg_restore?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.