when run fly deploy it takes:
Process group ‘app’ needs volumes with name ‘mysqldata’ to fulfill mounts defined in fly.toml; Run fly volume create mysqldata -r REGION -n COUNT
for the following regions and counts: sin=1
but i had create it:
ID STATE NAME SIZE REGION ZONE ENCRYPTED ATTACHED VM CREATED AT
vol_*** created mysqldata 1GB sin 7375 true 9 minutes ago
what should i do?
fly.toml
[mounts]
source = “mysqldata”
destination = “/data”