Files
vault/changelog/29519.txt
John-Michael Faircloth e2f09cb2ab database: fix reload to not fail early (#29519)
* database: fix reload to not fail early

* return logical.ErrorRresponse; add tests

* do not return noop warnings; add logs

* changelog

* use name for log; remove event doc
2025-02-20 14:53:58 +00:00

4 lines
149 B
Plaintext

```release-note:bug
secrets/database: Fix a bug where a global database plugin reload exits if any of the database connections are not available
```