Forums

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

How to perform Database Migration from Postgres to MySQL ?

malli_tech1994
Contributor
July 23, 2023

How to perform Database Migration from Postgres to MySQL ? 

Currently we are using Postgres Version 9.3.25 ,we need to upgrade to My SQL Version 8.x

2 answers

1 accepted

2 votes
Answer accepted
Brant Schroeder
Community Champion
July 23, 2023
malli_tech1994
Contributor
July 24, 2023

Hi Brant Schroeder,

    I tried this process after testing connection with database its throwing 500 error.

database Test Connection is successful.

0 votes
Craig Castle-Mead
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 5, 2023

Hi @malli_tech1994 

I would highly recommend considering why you are moving from psql to MySQL. While both databases are “supported” - the products appear to be developed against postgresql, and postgres seems to have less issues than MySql (or MSSQL) as a result.

We ran MySQL for many years, and spent a lot of effort moving to postgres and it’s been a much happier time since.

We used the XML export/import process to migrate, and had to do a lot of data cleanup as part of it. I’d ensure that you’re on a recent LTS or non-LTS version so you’ve got available bug fixes. 


For your current import issue - what do the application logs say when the 500 error is returned?

CCM

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events