I’m following the Add volume storage to a Fly Launch app · Fly Docs
creating the volume in the same region after setting the mount in the toml.
Getting error: machine in group 'app' needs an unattached volume named 'images' in region 'iad' Retrying...
after deploying with an unattached volume in the same region.
Tried also to deploy with the mount toml without any volume in the region and failed too.
hi @Mrka
If you scale to zero Machines with fly scale count 0
and then run fly deploy
the new Machine and existing volume should attach.
We’ll look into the issue you’re seeing because what you tried should work the way the docs say.
1 Like
I understand it will stop the app until finished the new deploy. I was trying to avoid it.
Yes, it’s not a volume to an unmanaged Machine. It should work.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.