nova/releasenotes/notes/purge-db-command-d4cd9ea5400f479c.yaml
Dan Smith ff47787e11 Add --purge helper flag to archive_deleted_rows
Since many people will want to fully purge shadow table data after archiving,
this adds a --purge flag to archive_deleted_rows which will automatically do
a full db purge when complete.

Related to blueprint purge-db

Change-Id: Ibd824a77b32cbceb60973a89a93ce09fe6d1050d
2018-03-08 09:17:22 -08:00

8 lines
306 B
YAML

---
features:
- |
The nova-manage command now has a 'db purge' command that will delete data
from the shadow tables after 'db archive_deleted_rows' has been run. There
is also now a ``--purge`` option for 'db archive_deleted_rows' that will
automatically do a full purge after archiving.