Skip to main content
Upgrading the Faddom Server
A
Written by Alex Patnick
Updated this week

There are several ways to upgrade the Faddom appliance and this guide will explain each of them.

Prerequisite for Online & Automatic Upgrades for Linux

The Faddom server needs to be able to access https://api.support.faddom.com/ and https://download.faddom.com

Automatic Upgrades

The script for automatic updates is only included in the Oracle Linux 9 OS-based OVA. Therefore, if your initial version was 2023.5 and above, on the first deployment of Faddom then you can turn on automatic updates. This is also available if you have followed our guide Migrating the Faddom OVA from CentOS 7 to Oracle Linux 9

Once you have verified that connectivity to the above sites is available, you can connect to the server via SSH run

sudo /etc/illuminit/autoUpgrade.sh

This will set a cron job for 0300 every day to check for updates and if one is available will update Faddom. You can see the results in the file cron.log in the user's home directory. By default, this is /home/faddom/cron.log but will be different if you create your user for SSH access.

Linux - Online

If you wish to retain control of when the updates run, you can run it manually. Once you have verified that connectivity to the above sites is available, you can connect to the server via SSH run

sudo /etc/illuminit/upgrade-server.sh

Linux - Offline

If Faddom does not have access and cannot be given the limited access required, you will need to manually download the upgrade file VMWare_FaddomServerUpgrade-<version>.x86_64.tar from the downloads portal. Once the download has finished, you will need to transfer it to the Faddom server.

Once it has transferred, you will need to extract the TAR file using the commandtar -xvf VMWareFaddomServerUpgrade-<version>.x86_64.tar
After it has extacted, you can run the upgrade with the command sudo ./faddom-upgrade/upgradeFaddomServer.sh

Windows

To upgrade the Faddom server on Windows, download the Faddom Server-<version>-Setup.exe file from the downloads portal, copy it to the server and run it.

Did this answer your question?