docker – how to migrate mysql data from local to ec2 instance
In local environment, I am using docker-compose file to create multiple containers, including mysql container. The data of mysql container is stored in ./db-data. There are 4 tables in the database, e….