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
It would be nice to be able to have the files in the docker-entrypoint-initdb.d in any directory structure and have only a few files in the root of the directory, then use \ir inside them.
This line prevents one from doing that
I can submit a PR, i just need to know do you need all the entrypoints files for all versions modified or is there a process that the one at the top is copied everywhere?
The text was updated successfully, but these errors were encountered:
If you update docker-entrypoint.sh at the top-level, it will be copied to every version via update.sh -- if you open a PR which updates the top-level script and leave the box checked which gives maintainers push access to your branch, I'd be happy to run the ./update.sh bit for you. 👍
It would be nice to be able to have the files in the
docker-entrypoint-initdb.d
in any directory structure and have only a few files in the root of the directory, then use\ir
inside them.This line prevents one from doing that
If it's changed to
then everything works.
I can submit a PR, i just need to know do you need all the entrypoints files for all versions modified or is there a process that the one at the top is copied everywhere?
The text was updated successfully, but these errors were encountered: