I need to migrate Jira software from server A to server B.
Server A runs a postgresql database and Jira 8.3, server B runs an oracle DB and also Jira 8.3.
I am confused by the documentation:
here it says:
"In this method, you'll need to create an XML backup of your database instead of a native one. That's because the native backup might not be compatible with your new database or operating system."
Which I understand as: Use the in Jira integrated XML backup-function.
But when I check the documentation about backups it says:
https://confluence.atlassian.com/adminjiraserver/backing-up-data-938847673.html
"For production use, it is strongly recommended that for regular backups, you use native database backup tools instead of Jira's XML backup service."
Does that only count for regular backups or also for these Migration purposes?
Which method should I use for my case?
Jira XML backup or DB Backup with e.g. pgadmin4.
Thanks
Regular backups should be done with database tools, as they're faster both to get from Jira and use to recreate a system.
But they're not much use for moving between databases. The XML export is database agnostic, so it can be dumped out by one Jira, read into another and neither of them care what the underlying database is.
For your migration, run with the XML export.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.