Hi,
The migration process to v2 for my application failed with “Connection reset by peer” (no idea why) and during the rollback phase there was another nondescript error which has left my application in a suspended state that I cannot resume.
❯ fly resume diana-backend-prod
Warning: this command is deprecated. Only use it if you have a previously suspended app. Use 'fly scale count 0' if you need to stop an app temporarily.
Error: failed resuming diana-backend-prod: Invalid VM group:
❯ fly resume diana-backend-prod --group web
Usage:
flyctl resume <APPNAME> [flags]
Flags:
-h, --help help for resume
Global Flags:
-t, --access-token string Fly API Access Token
--verbose verbose output
Error: unknown flag: --group
Further commands to migrate the application fail:
❯ fly migrate-to-v2 --app diana-backend-prod
Error: You hit a Fly API error with request ID: 01GYR2YDGSR0GFZM5ETJYFFSAB-syd
Unfortunately my application is now offline and I cannot figure out how to bring it back. Any help would be appreciated.