summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-apply-configuration-on-prepare-4cff827b7f3c4d33.yaml
blob: e327be83afbb7e32c6a1ec2dced4ae9a8d61a16a (plain)
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - If given, apply the configuration overrides in prepare,
    just before creating initial users and/or databases.
    Failure to apply the given configuration should flip the
    instance into a failed state.
    Default implementation saves the overrides and
    restarts the database service to apply the changes.
    Datastores that do not require restart may potentially override
    the base implementation in 'apply_overrides_on_prepare()'.