-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In "Initializing a fresh instance" mention 0777 privileges for dumps #654
Comments
Can you give all the commands you ran and any relevant contextual information or files for reproducing the issue Mounting a .sh file for example with 755 permissions will keep those in the container and the entrypoint will execute it. |
Here it is. I cache database contents, because otherwise container starts 20 minutes.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The data import in
/docker-entrypoint-initdb.d
will fail by default, because files are added with 0700 permissions by default and MySQL can not read them.https://hub.docker.com/_/mysql could mention that.
The text was updated successfully, but these errors were encountered: