Skip to content

the docker-entrypoint.sh file is not having the capability of running setup files from i.e /always-initdb.d/*  #1039

Closed
@vadimbo

Description

@vadimbo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions