The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Migrate jira datebase on same server

Sean Dunaj
November 5, 2019

I did an install using MySQL and now rethinking it I want to swap it to POSTGRESQL. Can i migrate a database on the same server or do I need to stand up another instance and migrate to that then migrate it back? There is not that much data in the database but I'd rather not have the users have to recreate what's there.

 

 

-thanks in advance

sean

 

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Alexis Robert
Community Champion
November 5, 2019

Hi @Sean Dunaj , 

 

yes it's possible to migrate databases on the same server : if you have data on your Jira instance, you will first need to do a XML backup and then reimport it on your PostgreSQL database. 

You can follow the documentation here : https://confluence.atlassian.com/adminjiraserver/switching-databases-938846867.html

 

Let me know if you have any questions, 

 

--Alexis