ironic/releasenotes/notes/online_data_migration_update_versions-ea03aff12d9c036f.yaml
Ruby Loo b8d0f2b091 Migration step to update objects to latest version
This adds a migration step that will be executed as the last step
in the 'ironic-dbsync online_data_migration' command. It updates
all the objects that aren't in their latest version, to be in
their latest version.

Co-Authored-By: Dmitry Tantsur <dtantsur@redhat.com>
Change-Id: Ib39319a75205ce7692f0525f99200a5de3d60a88
Story: #2004174
Task: #27656
2018-10-26 13:26:11 +02:00

14 lines
667 B
YAML

---
critical:
- The ``ironic-dbsync online_data_migrations`` command was not updating
the objects to their latest versions, which could prevent upgrades from
working (i.e. when running the next release's ``ironic-dbsync upgrade``).
Objects are updated to their latest versions now when running that
command. See `story 2004174
<https://storyboard.openstack.org/#!/story/2004174>`_ for more information.
upgrade:
- If you are doing a minor version upgrade, please re-run the
``ironic-dbsync online_data_migrations`` command to properly update
the versions of the Objects in the database. Otherwise, the next major
upgrade may fail.