Upgrade Allure Testops via DEB packages
This guide describes the common upgrade procedure for an Allure Testops instance that has been installed via DEB packages.
Before you begin, make sure to read the release notes for the Allure Testops version you are upgrading to. In case you are skipping one or more versions, read the release notes for the skipped versions, too.
The release notes may contain crucial information on how to adapt your configuration files or migrate your data to the new version of Allure Testops.
Open a terminal application.
Update the parameter that specifies the package version to install.
Note that you must paste this command as a whole, without running its lines separately. Before executing the command, replace “4.22.1” with the version you are upgrading to.
cat <<EOF | sudo tee /etc/apt/preferences.d/qameta Package: allure-testops-* Pin: version 4.22.1 Pin-Priority: 1000 EOF
Refresh the index of available packages.
sudo apt update
Reinstall the package option you are using.
sudo apt install -y allure-testops-min
sudo apt install -y allure-testops-box
If necessary, modify your configuration files according to the relevant release notes.
Restart Allure Testops.
sudo systemctl restart allure-gateway allure-uaa allure-report