Updating the Engine
Important:
If you are upgrading your environment, refer to Updating engine or self-hosted engine to 4.4 in the Upgrading Your Environment to 4.5 section.To update your engine:
- Update the release rpm.
- If you are updating from 4.4 to the latest version of 4.4, run:
# dnf update oracle-ovirt-release-el8
- If you are updating from 4.5 to the latest version of 4.5, run:
# dnf update oracle-ovirt-release-45-el8
- If you are updating from 4.4 to the latest version of 4.4, run:
-
Check to see if your engine is eligible to update and if there are updates for any packages.
# engine-upgrade-check ... Upgrade available.
-
Update the setup packages and resolve dependencies.
# dnf update ovirt\*setup\* ... Complete!
- Update the engine:
# engine-setup
Important:
The update process might take some time. Do not stop the process before it completes.The
engine-setup
script:-
Prompts you with some configuration questions
For more information, see Engine Configuration Options in the Oracle Linux Virtualization Manager: Getting Started.
-
Stops the
ovirt-engine
service -
Downloads and installs the updated packages
-
Backs up and updates the database
-
Performs post-installation configuration
-
Starts the
ovirt-engine
service
Note:
Theengine-setup
script displays stored configuration values supplied during the initial engine installation process. These stored values display when previewing the configuration and may not be up to date if you ranengine-config
after installation. However,engine-setup
will not overwrite your updated values.For example, if you ran
engine-config
to updateSANWipeAfterDelete
totrue
after installation,engine-setup
outputsDefault SAN wipe after delete: False
in the configuration preview. However,engine-setup
will not apply this value; rather, it will keep theSANWipeAfterDelete
totrue
setting.If the update is successful, you will see:
Execution of setup completed successfully
If the update fails, the engine-setup command attempts to rollback your installation to its previous state. If you encounter a failed update, detailed instructions display explaining how to restore your installation.
-
-
Update the base operating system and any optional packages installed.
# dnf update
Important:
If any core libraries or services were upgraded, reboot the system to complete the changes. Run the following command to confirm a reboot is required:dnf needs-restarting -r
,