Hi,
I've posted before on the subject, but I had an idea recently I wanted to share with the community -- would love an extra pair of eyes to look at this.
We are going to be upgrading our 4.11 instance to 5.2x version. This upgrade includes confluence and Crowd, plus a major rethink in how issues are distributed between some queues. For simplicity's sake, I am just going to lay out the Jira-related steps here.
Due to various hardware and software customizations, plus external customer constraints, a simple in-place upgrade is not possible. We need to achieve the following:
1. minimize downtime
2. maximize testing/validation of new environment (since we are changing so much, we need a big window to migrate/update/test)
3. develop means to migrate a delta data set
3. preserve all data if possible
To that end, my high-level approach is to migrate in phases:
Phase 1: (main migration / UAT of new environment)
-- create migration project (to be used for delta migration steps later on). This project is to contain all custom fields, components, etc., since any issue from any existing project can be moved here..
-- lock down all admin rights on environment, to prevent any changes to customfields, projects, etc. Save timestamp for use in future migration phase step. Only changes occuring in live system are issue-related.
-- take full xml dump of existing environment.
-- build separate Jira 5.2x version of Jira
-- import xml from existing environment into new Jira
-- manually copy attachments into new Jira
Phase 2: (delta migration preparation)
-- build out temporary version of 4.11 environment (copy of live environment, but only containing migration project. Attachments not needed)
Phase 3: (aka -- delta "final" migration -- this is somewhat convoluted.. but should be doable within a few hours max)
-- make old environment read-only, allow users access to live Jira 5.2x environment. (This will allow users to 1. create new issues in new enviroment during migration activity, and 2. refer to old tickets in old system during migration activity -- this is not ideal, but it will prevent us from being down during a several hour maintenance window.)
-- run JQL query in old environment to see which issues have been created or updated since timestamp in Phase 1.
-- delete these issues from the live jira 5.2x instance.
-- move these issues (in old environment) into the migration project (also in old environment)
-- take xml dump of old environment
-- import migration project from old environment (which should have the delta issues in them at this point) into the temporary 4.1.1 instance. Make sure to manually copy over any attachments.
-- upgrade temporary 4.1.1 instance to 5.2x
-- take new xml dump of temporary environment
-- import migration project from temporary environment (which should now be 5.2x version) into the "real" 5.2x environment. Don't forget to manually copy over attachments.
-- move issues in the migration project (now in live 5.2x environment) to correct queues.
-- end maintenance, lock users out of old environment.
That's what I have so far. It seems to me this should work. The only downsides I see are:
-- the issues migrated during the delta phase will have out-of-sync issue keys, since some issues will exist in both the old and new instance, and by deleting and readding them to the new instance, the issue keys won't be in the same order as the created timestamps. I view this as a relatively minor issue.
-- filters/subscriptions made during the freeze won't be copied over, unless I do some sort of db update
... anything else I am overlooking? This approach seems to do what I want, without the headache of scripting something to capture the delta information.
Much thanks for any tips or feedback!
It appears to be me quite complicated. How much is your JIRA instance size, that decides this.
I would do this way:
Phase 1:
Phase 2:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.