I deployed a Machines app recently and cannot replace the running machine.
❯ fly m list
1 machines have been retrieved from app aeries-bot.
View them in the UI here (https://fly.io/apps/aeries-bot/machines/)
aeries-bot
ID NAME STATE REGION IMAGE IP ADDRESS VOLUME CREATED LAST UPDATED
9080230c60d487 icy-firefly-3804 : 1970-01-01T00:00:00Z 0001-01-01T00:00:00Z
❯ fly m status 9080230c60d487
Error machine 9080230c60d487 could not be retrieved
❯ fly m remove --force 9080230c60d487
Error could not retrieve machine 9080230c60d487
❯ fly doctor
Testing authentication token... PASSED
Testing flyctl agent... PASSED
Testing local Docker instance... Nope
Pinging WireGuard gateway (give us a sec)... PASSED
App specific checks for aeries-bot:
Checking that app has ip addresses allocated... PASSED
Checking A record for aeries-bot.fly.dev... PASSED
Checking AAAA record for aeries-bot.fly.dev... PASSED
Build checks for aeries-bot:
Checking docker context size (this may take little bit)... PASSED (61 kB)
Checking for .dockerignore... PASSED
I cannot deploy as this machine is using my database volume. Any ideas?