pgtuned icon indicating copy to clipboard operation
pgtuned copied to clipboard

Use docker-entrypoint.d instead of docker-entrypoint-initdb.d

Open agronick opened this issue 1 year ago • 0 comments

docker-entrypoint-initdb.d only gets run when there is no database. If you try to migrate from the standard Postgres container to this, nothing will change. By using docker-entrypoint.d the configuration will always be used and the generated configuration will reflect the current state of the server.

agronick avatar Apr 19 '24 19:04 agronick