We have an Amazon AWS Instance set up with a 30 GB Hard Disk. There is a MySQL Instance running that uses same hard disk. We have an Apache instance that hosts an application and uses this DB.
We'd like to increase the hard disk space available for the DB. What are the options?
- If we just attach another EBS disk, is it possible to make MySQL use this disk in addition to the first disk?
- If not, how easy or hard is it to "migrate" the database to new Hard Disk?
I'm assuming if 1 is not possible, the only option is to uninstall the DB and reinstall it so that it stores data on new disk.