miikkar7
HOBBYOP
2 years ago
I have a MySQL database for a marketplace app in Railway. The service had been stopped so I had to redeploy the service. After redeploying, I no longer have tables in the data. But surely the data and tables did not disappear when I redeployed. I tried to mount and remount the volume and redeploy an earlier deployment to no avail.
project id:bd533ad9-16cd-4ed2-93ad-3ca43151e8f2
6 Replies
2 years ago
/data is the wrong mount path, you want /var/lib/mysql
2 years ago
have you checked out thos logs?
well looking at it now there seems to be a version mismatch so I changed the deployment source image to mysql:9. I can see the tables now
2 years ago
awsome!
2 years ago
!s
Status changed to Solved brody • over 1 year ago
