mysql - Increase storage on running EC2 using EBS -
i have instance running on ec2 default storage of 8gb. have mysql running on instance taking of storage on instance.
i have created volume mounted on /vol1
is there way when mysql run out of storage start using new volume or way join them together.
i can stop myqsl if have to, resize
you can shift database amazon rds solve problem of disk overflowing because of database growth.
rds scale required mysql database
follow below link migrate mysql rds:
Comments
Post a Comment