How to install the latest update of DashboardFox for Linux

Version: DashboardFox v11 or higher
Role: You must have root privileges or be a root-equivalent user to perform this installation.
All supported Linux versions

Introduction

Note: DashboardFox must be installed prior to running the update script.

Before starting the upgrade, it's crucial to back up your DashboardFox backend database, whether you are using PostgreSQL or MS SQL. This backup is essential in case you need to restore or roll back the upgrade. For assistance on how to back up your database, please refer to this article.

Step 1: Run the Upgrade Script

SSH into your Linux server as a root or root-equivalent user and run the following script:

curl -s https://f002.backblazeb2.com/file/5000fish/dashboardfox/linux/upgrade.sh | sudo bash

Step 2: Confirm Installation Directory

The first prompt will ask:

The default installation directory is /var/dashboardfox. Accept the default? [Y/n]:
  • Press Enter to accept the default installation directory.
  • If you have installed DashboardFox in a non-standard directory, type 'n' and press Enter, then provide the correct directory path when prompted.

Step 3: Upgrade Process

After pressing Enter, the script will perform the upgrade steps.

Step 4: Verify Installation

Upon completion, you will see the following message:

Installation completed successfully. Please check the dashboardfox_upgrade.log file in the current directory for details.

To view the results and specific details of the upgrade, check the  dashboardfox_upgrade.log file located in the directory where you ran the script.

Was this article helpful?

How to configure DashboardFox on Linux for HTTPS/SSL
How to activate a new DashboardFox install