You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2019. It is now read-only.
I tried to follow Symfony tutorial, but after gaudi restart (gaudi stop && gaudi) the DB application won't start anymore. gaudi check always reports, that it isn't running. It works, when I delete my volume and use gaudi reload command - but the I would not be able to persist my data.
I'm using latest version of Gaudi & Docker.
The text was updated successfully, but these errors were encountered:
Hello, thanks for your feedback.
Can you post your configuration file ?
Have you any error when you run docker logs [YourDbContainerName] ?
Have you mounter a volume to store MySQL data ? Has this folder good rights ?
Thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to follow Symfony tutorial, but after gaudi restart (
gaudi stop && gaudi
) the DB application won't start anymore.gaudi check
always reports, that it isn't running. It works, when I delete my volume and usegaudi reload
command - but the I would not be able to persist my data.I'm using latest version of Gaudi & Docker.
The text was updated successfully, but these errors were encountered: