FlowKit icon indicating copy to clipboard operation
FlowKit copied to clipboard

Reconfigure flowdb

Open greenape opened this issue 2 years ago • 1 comments

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.

greenape avatar Feb 23 '23 16:02 greenape

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.

greenape avatar Feb 23 '23 16:02 greenape