I already used Atlassian Cloud migration tool move from my old EC2 with Postgresql to Atlassian Cloud.
How can I Move confluence from Atlassian Cloud to an new EC2 machine(new self hosted server) using AWS RDS Mysql(Mysql database in cloud) as database?
Hi @James Jing ,
you should do a backup of your Jira instance, and then import it in your new Jira on AWS.
Let me know if this works,
--Alexis
Hello @Alexis Robert
Thank you for following up!
My biggest problem is the database migration.
How can I migrate my data from local Postgresql database to Amazon RDS MySQL?
--James
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @James Jing ,
you just need to do a XML backup in Jira : https://confluence.atlassian.com/adminjiraserver/backing-up-data-938847673.html
Then, setup a new VM on AWS and copy your existing Jira Home and application directories, and delete the dbconfig.xml file in Jira home.
Start Jira on AWS, and setup the database connection on RDS. Then, choose to import data : https://confluence.atlassian.com/jirakb/importing-data-via-setup-wizard-941589200.html
Let me know if this works,
--Alexis
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.