A simple Evolutionary Database (EDD) Design tool for PostgresSQL for running database evolutions in Kubernetes.
Create you own image using this image as a base and load your PostgresSQL evolution scripts to /opt/pg-evolve/evolutions.
Example:
FROM pg-evolve
COPY *.sql /opt/pg-evolve/evolutions/This image can then be used as a Kubernetes initContainer to peform database evolutions on every build.
The host name of the machine on which the server is running.
The name of the database to use.
The user name to connect to the PostgresSQL server.
The password to connect to the PostgresSQL server.
If set to false, disable the integrity check for evolutions.
Overrides the path to the install scripts for pg-evolve.
Overrides the path to look for evolutions.