We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently this image loads only the first level on path:
/docker-entrypoint-initdb.d/
So if some wanted to use multiple volumes mounted under that only the lowest level would be executed.
I want to use volumes or to order init scripts in a more meaningful manner:
/docker-entrypoint-initdb.d/00-create-schemas.sql /docker-entrypoint-initdb.d/10-myschema-seed/10-schema-1.sql /docker-entrypoint-initdb.d/20-myschema-seed/10-schema-2.sql /docker-entrypoint-initdb.d/30-myschema-seed/10-schema-3.sql
The text was updated successfully, but these errors were encountered:
Closing for the same reasons as the associated PR: #193
Sorry, something went wrong.
(Suggested workaround is to drop a short .sh file instead which sources additional directories.)
.sh
No branches or pull requests
Currently this image loads only the first level on path:
So if some wanted to use multiple volumes mounted under that only the lowest level would be executed.
I want to use volumes or to order init scripts in a more meaningful manner:
The text was updated successfully, but these errors were encountered: