b8d0f2b091
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
14 lines
667 B
YAML
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.
|