Skip to content
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

An ability to run sh/sql each start (like docker-entrypoint-initdb.d) #542

Closed
viatsyshyn opened this issue Jan 12, 2019 · 2 comments
Closed

Comments

@viatsyshyn
Copy link

For example /docker-entrypoint.d/ folder with scripts that execute each start (maintenance, db schema migrations, health checks, etc). DB server should be started like in case with docker-entrypoint-initdb.d

@tianon
Copy link
Member

tianon commented Jan 12, 2019

See #496, which when finalized will allow you to implement this without much code (I swear there was another issue about this very thing, but I can't find it right now 😅).

@viatsyshyn
Copy link
Author

@tianon, yes this definitely addresses my case. Hope that makes to master soon. Also I'd vote for quick way to drop in a script (like docker-entrypoint-always.d).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants