6642a60830
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
9 lines
347 B
YAML
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.
|