From c89dbf1599a5e8652971ba4f173264963886050b Mon Sep 17 00:00:00 2001 From: Pedro Ielpi <167760533+pedroielpi3@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:54:13 +0200 Subject: [PATCH] M #-: Clarify when to manually download CE migration package (#3089) Signed-off-by: Pedro Ielpi (cherry picked from commit b7944903d0df36bb69e48dd19a1ed6847deca678) --- .../upgrades/upgrading_single.rst | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/source/intro_release_notes/upgrades/upgrading_single.rst b/source/intro_release_notes/upgrades/upgrading_single.rst index 8a931230b..d229352ad 100644 --- a/source/intro_release_notes/upgrades/upgrading_single.rst +++ b/source/intro_release_notes/upgrades/upgrading_single.rst @@ -81,20 +81,32 @@ RHEL Community Edition -------------------------------------------------------------------------------- -There is an additional step if you are upgrading OpenNebula CE. After you get the `opennebula-migration-community package `__, you need to install it in the OpenNebula Front-end. +If upgrading OpenNebula CE, you will need to install the ``opennebula-migration-community`` package on your Front-end. -RHEL +If you are upgrading to the *latest* version, you will need to download the package from the `Get Migration Packages `__ page. + +If you are upgrading to any prior version (such as upgrading from 6.6 to 6.8), then the migration package is already included in the OpenNebula repositories. + +To install the migration package: + +On RHEL: .. prompt:: bash $ auto $ rpm -i opennebula-migration-community*.rpm -Debian/Ubuntu +On Debian/Ubuntu: .. prompt:: bash $ auto $ dpkg -i opennebula-migration-community*.deb +.. note:: + + Before downloading the migration package, it's a good idea to double-check the URL in your software repository file. Ensure that the URL includes the software major and minor version (in ``.`` format), but not the exact release. + + For example, for OpenNebula version 6.8, the file should point to ``https://downloads.opennebula.io/repo/6.8`` and not ``https://downloads.opennebula.io/repo/6.8.0``. The first case will include migration packages for 6.8.*, whereas the second case will exclude minor versions such as 6.8.0.1. + Step 7. Update Configuration Files ================================================================================