Hi,
Maybe someone on here can help with an issue I see today. I got a mail to say that my app was migrated to v2 a couple days ago and everything looked fine. Yesterday though I made some changes to the app and try to do a regular ‘fly deploy’. It failing to deploy though as its giving me the following error:
release_command d8d9349be64128 completed successfully
Updating existing machines in ‘blue-picasso’ with rolling strategy
[1/1] Updating 91851e1c472148 [app]
Error: failed to update VM 91851e1c472148: invalid config.mounts, only 1 volume supported
I have a entry in the fly.toml file for mounting a volume that worked fine before:
[mount]
source = “app_data”
destination = “/data”
I feel like this must be something to do with the move to v2 but of course that could be just speculation on my part. As it is the previously deployed version keeps running but I would like to figure this out.
Anyone have any guidance on what might be happening here?
Thanks for your help
Edit: I have the latest CLI tool installed so I dont think thats an issue