nova/releasenotes/notes/online-data-migrations-48dde6a1d8661e47.yaml
Nikola Dipanov c2bd7e4cdc Release notes: online_data_migrations nova-manage command
Change-Id: I5a55c8948562aa145c71d1711738b9d7ecfc59de
2016-03-07 15:03:16 +00:00

10 lines
414 B
YAML

---
features:
- Added a `nova-manage db online_data_migrations` command for forcing online
data migrations, which
will run all registered migrations for the release, instead of there being
a separate command for each logical data migration. Operators need to make
sure all data is migrated before upgrading to the next release, and the new
command provides a unified interface for doing it.