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
There is no easy way to have a setup file that I would need to run every time when the container starts.
An example would be to apply automatically the latest schema changes/updates on the existing DB.
Currently, the possibility is to set setup scripts in /docker-entrypoint-initdb.d/* that would be executed only in the case there is need to setup the DB (first time).
There is no possibility to execute setup scripts every time the container starts.
i.e. to have the scripts placed in /always-initdb.d/* executed every time the container starts.
The text was updated successfully, but these errors were encountered:
There is no easy way to have a setup file that I would need to run every time when the container starts.
An example would be to apply automatically the latest schema changes/updates on the existing DB.
Currently, the possibility is to set setup scripts in
/docker-entrypoint-initdb.d/*
that would be executed only in the case there is need to setup the DB (first time).There is no possibility to execute setup scripts every time the container starts.
i.e. to have the scripts placed in
/always-initdb.d/*
executed every time the container starts.The text was updated successfully, but these errors were encountered: