Skip to content

immigration database

0

is it safe to leave my database on worbench when deploying my site on aws

  • Can you elaborate?

  • To migrate you can use AWS Database Migration Service (AWS DMS) to migrate your data to and from most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, Amazon Aurora, MariaDB, and MySQL. The service supports homogeneous migrations such as Oracle to Oracle, and also heterogeneous migrations between different database platforms, such as Oracle to MySQL or MySQL to Amazon Aurora MySQL-Compatible Edition. Alternatively, you can use AWS DMS to move from existing, self-managed, open-source, and commercial databases to fully managed AWS databases of the same engine. You can refer this step by step walkthrough:

    -> https://docs.aws.amazon.com/dms/latest/sbs/dms-sbs-welcome.html

asked 3 years ago316 views
2 Answers
0
Accepted Answer

Could you please shed some more light on your question?

AWS
answered 3 years ago
0

I deployed my java spring boot su elasticbeanstalk project and my database on rds and I manage my database via mysqlworkbench software and now I have a connection problem with my database because I can't connect another time to host rds , my question is there is a solution to immigrate my database (the tables) to an aws service

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.