9 months ago
Hi! Trying to wake my sleepy MySQL instance, but it fails after ~15 minutes, and no deploy or build logs show up on the console :(
ⓘ Deployment information is only viewable by project members and Railway employees.
7 Replies
9 months ago
Correct, 6 weeks ago to be exact
9 months ago
Then I think we accidentally threw out the image we would use when waking your service.
You can trigger a redeploy to rectify this for now, and I'll ticket this.
9 months ago
Tried re-deploying a few times, but it seems to be stuck on "Deployment in progress: Creating containers..." for 10 minutes then fails.
Tried removing and re-attaching the image (mysql:8) but no luck.
Afraid I can't debug further since both Build and Deploy logs are empty.
9 months ago
You were trying to deploy the wrong image, I switched it to mysql:8.3.0
and the deployment went through.
9 months ago
Wonderful, thanks a lot