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-setupImportant:
The update process might take some time. Do not stop the process before it completes.The
engine-setupscript:-
Prompts you with some configuration questions
For more information, see Engine Configuration Options in the Oracle Linux Virtualization Manager: Getting Started.
-
Stops the
ovirt-engineservice -
Downloads and installs the updated packages
-
Backs up and updates the database
-
Performs post-installation configuration
-
Starts the
ovirt-engineservice
Note:
Theengine-setupscript 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-configafter installation. However,engine-setupwill not overwrite your updated values.For example, if you ran
engine-configto updateSANWipeAfterDeletetotrueafter installation,engine-setupoutputsDefault SAN wipe after delete: Falsein the configuration preview. However,engine-setupwill not apply this value; rather, it will keep theSANWipeAfterDeletetotruesetting.If the update is successful, you will see:
Execution of setup completed successfullyIf 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 updateImportant:
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,