Upgrade to 8.4 (step by step tutorial)


To upgrade Wanguard and Wansight to version 8.4, please follow these steps in the given order:

  1. Upgrade unsupported operating systems
    ▪ If you're running CentOS 8, upgrade to Rocky 8 or AlmaLinux 8. CentOS 8 has reached End Of Life and is no longer supported.
    ▪ Debian 8, Debian 9 and Ubuntu 16 have also reached End Of Life. Upgrade to at least Debian 10 or Ubuntu 18.
    ▪ If upgrading the distribution is no longer possible, follow the Console transfer steps to copy the data to a new system.
  2. Log in to the web interface
    ▪ Go to Configuration » Components and stop all components.
  3. Log out of the web interface
    ▪ Select your user menu from the top-right corner and choose Log Out.
  4. Stop the WANsupervisor service on all servers:
    [root@localhost:~]# systemctl stop WANsupervisor
  5. Update the Capture Engine (if applicable)
    ▪ If you’re using PF_RING, update it to PF_RING 8.8.
    ▪ If you're using Netmap, update it to a Git version from around December 2024.
    ▪ If you're using DPDK, update it to version 24.11.
  6. Upgrade the software packages, starting with the Console server
    ▪ Important: Do not upgrade the Linux distribution at this point (e.g., from Ubuntu 18 to 20).

    On RHEL/Rocky/AlmaLinux 8, run:
    [root@localhost:~]# rpm -Uvh https://packages.andrisoft.com/rhel8/wanrepo-8.4-0.noarch.rpm
    [root@localhost:~]# yum upgrade
    On RHEL/Rocky/AlmaLinux 9, run:
    [root@localhost:~]# rpm -Uvh https://packages.andrisoft.com/rhel9/wanrepo-8.4-0.noarch.rpm
    [root@localhost:~]# yum upgrade
    On Debian 10, run:
    [root@localhost:~]# echo "deb https://packages.andrisoft.com buster main" > /etc/apt/sources.list.d/andrisoft.list
    [root@localhost:~]# apt update
    [root@localhost:~]# apt dist-upgrade
    On Debian 11, run:
    [root@localhost:~]# echo "deb [signed-by=/usr/share/keyrings/andrisoft-keyring.gpg] https://packages.andrisoft.com bullseye main" > /etc/apt/sources.list.d/andrisoft.list
    [root@localhost:~]# apt update
    [root@localhost:~]# apt dist-upgrade
    On Debian 12, run:
    [root@localhost:~]# echo "deb [signed-by=/usr/share/keyrings/andrisoft-keyring.gpg] https://packages.andrisoft.com bookworm main" > /etc/apt/sources.list.d/andrisoft.list
    [root@localhost:~]# apt update
    [root@localhost:~]# apt dist-upgrade
    On Ubuntu 18, run:
    [root@localhost:~]# echo "deb https://packages.andrisoft.com bionic main" > /etc/apt/sources.list.d/andrisoft.list
    [root@localhost:~]# apt update
    [root@localhost:~]# apt dist-upgrade
    On Ubuntu 20, run:
    [root@localhost:~]# echo "deb https://packages.andrisoft.com focal main" > /etc/apt/sources.list.d/andrisoft.list
    [root@localhost:~]# apt update
    [root@localhost:~]# apt dist-upgrade
    On Ubuntu 22, run:
    [root@localhost:~]# echo "deb https://packages.andrisoft.com jammy main" > /etc/apt/sources.list.d/andrisoft.list
    [root@localhost:~]# apt update
    [root@localhost:~]# apt dist-upgrade
    On Ubuntu 24, run:
    [root@localhost:~]# echo "deb https://packages.andrisoft.com noble main" > /etc/apt/sources.list.d/andrisoft.list
    [root@localhost:~]# apt update
    [root@localhost:~]# apt dist-upgrade
    • Ensure you upgrade the software on all servers, not just the Console server. It’s crucial to run the same software version everywhere.

  7. Start the WANsupervisor service on all servers:
    [root@localhost:~]# systemctl start WANsupervisor
  8. Log in to the web interface again
    ▪ Go to Configuration » Components and start all components.
  9. Review the relevant release note(s)
    ▪ Check for additional details or changes introduced in this release.


Your feedback is highly appreciated! If you encounter any issues, please contact Diese E-Mail-Adresse ist vor Spambots geschützt! Zur Anzeige muss JavaScript eingeschaltet sein!.



Autor
Andrisoft Team
Erstellt am
2024-12-09 22:33:57
Aktualisiert am
2025-01-11 12:42:53
Aufrufe
483