Volume Pending to destroy

Ok so I could fix this, in case someone is in the same predicament, what I think happened is that at some point the machine upgraded from mysql 8.3 to 8.4 since my .toml file asks for a mysql:8 img and it kinda broke the up to date volume,
what I had to do is to take a 1 day old snapshot of my volume, and mount it in a machine specifying for mysql 8.3 and it worked without issues.

1 Like