Skip to content

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

@agronick

Description

@agronick

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions