barbican/releasenotes/notes/update-autodbcreate-default-31b5a86063b91444.yaml
Ricardo Rocha 6642a60830 Set db_auto_create default to False
Change the default value for the db_auto_create option to False. This is
vital as the flag is managing upgrades as well if the databases already
exist.

It will prevent production deployments from having their databases
impacted if an API daemon is started for any reason pointing to
a production database.

Change-Id: Id7eac78737af76afe628deeca7c15c2ac969d47e
2020-09-25 14:34:07 +00:00

9 lines
347 B
YAML

---
upgrade:
- |
Default for auto_db_create has been changed to False (was True). This is a
change compared to the previous behavior, but required to protect
production deployments from performing upgrades without control. If you
wish to keep the auto db creation/upgrade behavior, change this to True
in your configuration.