NCEAS / metadig-engine

MetaDig Engine: multi-dialect metadata assessment engine
7 stars 5 forks source link

implement flyway for postgres upgrades #354

Open jeanetteclark opened 1 year ago

jeanetteclark commented 1 year ago

flyway would be helpful to automatically upgrade the postgres DB as needed during helm deployments

we will need to take the current schema and implement it as the starting point for flyway, and we might need to trick flyway into doing this (exact steps unclear)

jeanetteclark commented 1 year ago

example: https://github.com/mbjones/pgtest