FlowKit
FlowKit copied to clipboard
Reconfigure flowdb
As it stands, once you deploy flowdb once, none of the init scripts will be run again sans a new data directory. That's annoying if you want to tweak any of our configurable settings, for example.
We could follow the example here: https://github.com/docker-library/postgres/issues/929 and allow re-configuring with a redeploy.
I guess minimum version of this would be to always run 0010_tweak_config.sh, and a maximal version would be to always re-run everything with all the scripts being idempotent, and allow disabling them or similar.