
Now that we have rolling upgrades and the version column was added and populated in the Pike release, we can add checks to make sure the versions of objects in the DB are compatible with this ironic release, before ironic-dbsync's upgrade or online_data_migrations does its work. These ironic-dbsync calls are made as part of upgrading to this (Queens) release. Change-Id: I68758f8a29d483f5c0a7439fa2ea2962b2eb4124 Partial-Bug: #1708243
12 lines
422 B
YAML
12 lines
422 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The ``ironic-dbsync`` command will check the object versions to make
|
|
sure they are compatible with the new ironic release, before doing the
|
|
``upgrade`` or ``online_data_migrations``.
|
|
other:
|
|
- |
|
|
The ``ironic-dbsync`` command will check the object versions to make
|
|
sure they are compatible with the new ironic release, before doing the
|
|
``upgrade`` or ``online_data_migrations``.
|