Changing databse from Posgres to Mysql in AWS

Timothy Johnson November 7, 2018

I used the CloudFormation template to spin up Jira for AWS however we use MySQl for hour Jira. I imported the back and it worked perfectly by i am missing all the data.

How do i switch it from Postgres to Mysql.

Is there a workaround for this issue?

 

Thanks

Felix

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Adam Harvey June 7, 2019

I haven't tested it, but the RDS engine is defined in the template. You should be able to replace it in the template and then attempt?

 DB:
  Type: AWS::RDS::DBInstance
  Properties:
    AllocatedStorage: !Ref DBStorage
    DBInstanceClass: !Ref DBInstanceClass
    DBInstanceIdentifier: !Ref AWS::StackName
    DBSubnetGroupName: !Ref DBSubnetGroup
    Engine: postgres
    EngineVersion: 9.6
TAGS
AUG Leaders

Atlassian Community Events