Upgrading orcharhino Server (Offline)

Use this guide to upgrade orcharhino Server in a disconnected environment using ISO images. See the orcharhino Release Notes for a high level overview of available versions and their features. For more information, see Upgrading orcharhino Server.

This is an advanced upgrade method. ATIX AG recommends that you contact us first if you want to upgrade orcharhino Server in a disconnected environment.

ATIX provides guided upgrades performed by our consultants as part of our support subscriptions. Please contact us if you would like to make use of this service.

Ensure that you carefully read all of the instructions, warnings, and recommendations presented in this guide and the appropriate version specific orcharhino Upgrade Notes in the ATIX Service Portal. ATIX AG does not offer support for recovery from a failed upgrade if you did not follow our upgrade guide.

ATIX AG does not support using third party repositories on your orcharhino Server or orcharhino Proxies. Resolving package conflicts or other issues due to third party or custom repositories is not part of your orcharhino support subscription. Please contact us if you have any questions.

Preparing the Content

Use this procedure to prepare the content for orcharhino Server 6.8.

Procedure
  1. Transfer the orcharhino offline ISO image and AlmaLinux 8.9 ISO image to /var/offline_iso/ to your orcharhino Server 6.7.

  2. Mount the orcharhino offline ISO image:

    # mkdir -p /media/orcharhino_iso
    # mount -o loop /var/offline_iso/or-6.8-dependencies-alma_linux_8.iso /media/orcharhino_iso/
  3. Mount the AlmaLinux 8.9 ISO image:

    # mkdir -p /media/os_iso
    # mount -o loop /var/offline_iso/AlmaLinux-8.9-x86_64-dvd.iso /media/os_iso/
  4. Empty all repository files:

    # for f in /etc/yum.repos.d/*.repo; do echo "" > "${f}"; done
  5. Use the mounted ISO images as repositories in /etc/yum.repos.d/orcharhino.repo:

    [orcharhino]
    baseurl=file:///media/orcharhino_iso/
    enabled=1
    gpgcheck=0
    module_hotfixes=1
    name=orcharhino
    
    [almalinux_baseos]
    baseurl=file:///media/os_iso/BaseOS/
    enabled=1
    gpgcheck=0
    name=almalinux_baseos
    
    [almalinux_appstream]
    baseurl=file:///media/os_iso/AppStream/
    enabled=1
    gpgcheck=0
    name=almalinux_appstream
  6. Update the dnf cache:

    # dnf makecache

Performing the Upgrade

Before upgrading orcharhino Server from 6.7 to 6.8, you have to upgrade the base OS of orcharhino Server from AlmaLinux 8.8 to AlmaLinux 8.9.

Use this procedure to upgrade orcharhino Server from orcharhino 6.7 to orcharhino 6.8.

Procedure
  1. Check the version specific upgrade steps for orcharhino 6.8.

  2. Backup your orcharhino Server:

    ATIX AG recommends running orcharhino Server as a virtual server and performing a system snapshot at this point. For more information, see Backing Up orcharhino.

  3. Update and list the versions known to your orcharhino Server:

    # dnf update orcharhino-maintain-definitions
    # orcharhino-maintain upgrade list-versions
  4. Upgrade your orcharhino Server:

    # export EXTERNAL_OR_SKIP_REPO_SETUP=1
    # orcharhino-maintain upgrade run --target-version 6.8
  5. In the orcharhino management UI, navigate to Administer > About.

  6. On the Backend System Status tab, ensure that each component is listed with status OK.