Been running mysql server inside Amazon EC2 throught an Elastic Block store and needs to be migrated to a new instance. The tasks include: 1. Stopping mysql server. 2. Assume /var/lib/mysql and /var/log/mysql are symbolic links to /ebs1/MYSQLDB/var/lib/mysql and /ebs1/MYSQLDB/var/log/mysq respectively. Create a snapshot of a volume which is attached to the running instance. 3. [...]
↧