MySQL Database Down
I accidentally stopped a deployment, so had to restart.
Now everytime i try to deploy my Database, I get the following
13 Replies
Project ID:
N/A
m/A
N/A
Solution
you're trying to downgrade MySQL from v9 to v8 which you can't do
Right guessing the base image needs to be mysql:9 instead of 8 then?
What's concerning is I didn't change that myself
exactly!
that's strange 🤔
Yes I did that and it fixed it, thank you. You saviour.
Yes, I don't know do deployments auto trigger if the same service from a prev env is deployed successfuly?
Sorry, this is the project-id.
608a66b4-b749-45dc-b226-05c5a996dae8
(this isn't the first time I've seen this happen, maybe it's reproducible and can be brought up to the team)
I already saw two other ´ppl who restarted their MySql DB and got this error
I've heard something about that from previous reports but not 100% sure about that
This might've been the root cause
I suspect it's that
Railway started pinning databases to specific versions recently, I suspect that might have something to do with it
I've had my database stopped, and now trying to restart it I'm getting the same error, didn't update or anything lol
This was the fix
And yes very annoying 😄 especially as it’s just a simple restart
Oh I see now, hahaha will try here, thanks! 🙂
Edit: It worked!