schema-evolution-manager icon indicating copy to clipboard operation
schema-evolution-manager copied to clipboard

Schema Evolution Manager makes it very simple for engineers to contribute schema changes to a postgresql database, managing the schema evolutions as proper source code. Schema changes are deployed as...

Results 7 schema-evolution-manager issues
Sort by recently updated
recently updated
newest added

I tried multiple psql parameters in a script: ``` create role user_ro login password :'ro_pwd'; create role user_rw login password :'rw_pwd'; ``` When I run `sem-apply` with multiple `--set`: ```sem-apply...

I am Unable to initialise database with schema evolution manager on docker startup. My docker file is as follows FROM postgres:10-alpine WORKDIR /opt/luminary-api-db COPY . . RUN apk add py-pip...

Hi there, I'm trying to troubleshoot an issue in one of our scripts. For some reason, SEM does not print the details of the underlying Postgres problem when applying the...

question

It would be nice if the readme discussed why you might or might not want to use schema-evolution-manager in comparison with alternatives such as sqitch and flyway.

Common strategy is to have a 'schema' directory in the root of a repository. However, using sem-add from the root puts the file in /scripts, rather than /schema/scripts

enhancement

Loving this tool for our Postgres 9.x ecosystem. We are beginning to roll out a multi-schema Redshift data warehouse, and I'm investigating this for adaptation. Looks like for our use...

another idea would be to remove the temp file all together. This one threw me away initially as I had issues in the sql and the line report didn't make...

enhancement