Files
manila/releasenotes/notes/bug-2124043-db-purge-raise-on-missing-tables-22eb3c30ee2ab29c.yaml
Kiran Pawar f57e4307c4 db purge: raise on missing tables
If running with invalid db config, we get no tables and
the command silently finished. Change that and raise some
suspicion instead.

Closes-bug: #2124043
Co-authored-by: Maurice Escher <maurice.escher@sap.com>
Change-Id: Ie26b05bdd13a4c54ca958056352fab04ceaa9140
Signed-off-by: Kiran Pawar <kinpaa@gmail.com>
2025-09-16 11:23:52 +00:00

7 lines
217 B
YAML

---
fixes:
- |
Purge DB records is fixed to raise error in case of missing or invalid
db config. For more details, please check
`launchpad bug #2124043 <https://bugs.launchpad.net/manila/+bug/2124043>`_