I was cleaning up the extra volumes created by the V2 migration and I found a volume that I am unable to destroy.
This volume does not appear to have been left over from the V2 migration; I was able to delete that specific volume. I believe this volume may have been part of a different migration that occurred on Mar 26, 2023 17:00 UTC.
The volume is listed when I run fly volumes list but when I try to delete the volume via flyctl I get an error.
fly volumes destroy vol_pkl7vzkg52zvqg60
Error: failed to get volume vol_pkl7vzkg52zvqg60: not_found: sql: no rows in result set
When I try to view the volume in the Fly dashboard I get the following error: Unknown issue listing volume snapshots
The second part of the error (after the volume ID) seems to be from an API response.
That is beyond what I can help with.
But I am sure someone who can help with that will get to this soon.
@abstractcoder thanks for sharing, specially commenting about the dashboard error, that led us to realize there’s some internal mismatch in our deletion code for your volume and we will be taking a look on that.