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
Requesting an option/ENV var flag that could be used to have the startup script always run docker_process_init_files /docker-entrypoint-initdb.d/*.
We've written our init scripts to be idempotent. We also sometimes we need to add things to them. To make this work across a team of engineers we wrote a script that we inject into the container that reruns the init scripts, and then have to have everyone run an arbitrary docker run command on their machine any time the init scripts change, so they get the necessary changes.
Getting many people across many teams to run a one-off command to resync their setup is quite a bit of cat herding, so it'd be great if we could just set this up to auto-re-init.
Requesting an option/ENV var flag that could be used to have the startup script always run
docker_process_init_files /docker-entrypoint-initdb.d/*
.We've written our init scripts to be idempotent. We also sometimes we need to add things to them. To make this work across a team of engineers we wrote a script that we inject into the container that reruns the init scripts, and then have to have everyone run an arbitrary docker run command on their machine any time the init scripts change, so they get the necessary changes.
Getting many people across many teams to run a one-off command to resync their setup is quite a bit of cat herding, so it'd be great if we could just set this up to auto-re-init.
Maybe something like:
postgres/10/alpine/docker-entrypoint.sh
Line 334 in e483778
The text was updated successfully, but these errors were encountered: