How can I manage application updates?

Overview

This article provides instructions for checking, applying, and scheduling application updates using both the web interface and the command line interface (CLI).

Prerequisites

Note: The updated product updater is available in recent extension builds. If the update option is not visible under Settings -> Panel Application -> Application update, you must first upgrade the extension via the command line. Refer to Installing or Upgrading the Extension for detailed instructions.

Managing Updates via the Web Interface

To check for and apply updates through the control panel:

  1. Navigate to Settings -> Panel Application -> Application update.
  2. Review available updates and initiate the installation process.

Application Update

To configure automatic update schedules:

  1. Navigate to Settings -> Panel Application -> Application Settings.
  2. Adjust the following parameters as needed:
    • Auto-update interval
    • Auto-update hour
    • Auto-update day

Application Settings

Managing Updates via Command Line Interface (CLI)

Administrators can also manage updates directly from the terminal. Execute the following commands based on your installed product:

Warden Anti-spam and Virus Protection

// check for updates
warden --task=application:update --oper=check

// update the application
warden --task=application:update --oper=update

// disable automatic updates
warden --task=application:application --auto_update_interval=disabled

// check for and apply updates every week on Sunday at 2:00am
warden --task=application:application --auto_update_interval=weekly --auto_update_day_of_week=0 --auto_update_hour=2

Juggernaut Firewall

// check for updates
juggernaut --task=application:update --oper=check

// update the application
juggernaut --task=application:update --oper=update

// disable automatic updates
juggernaut --task=application:application --auto_update_interval=disabled

// check for and apply updates every week on Sunday at 2:00am
juggernaut --task=application:application --auto_update_interval=weekly --auto_update_day_of_week=0 --auto_update_hour=2

Sentinel Anti-malware

// check for updates
sentinel --task=application:update --oper=check

// update the application
sentinel --task=application:update --oper=update

// disable automatic updates
sentinel --task=application:application --auto_update_interval=disabled

// check for and apply updates every week on Sunday at 2:00am
sentinel --task=application:application --auto_update_interval=weekly --auto_update_day_of_week=0 --auto_update_hour=2

Troubleshooting & Common Issues

  • Update option missing in UI: Ensure the extension is updated to the latest version via CLI before accessing the web interface update settings.
  • Scheduled updates not running: Verify that the system clock is synchronized and that the configured Auto-update hour and Auto-update day values match your intended schedule.
  • updates
  • 1 Utilizadores acharam útil
Esta resposta foi útil?

Artigos Relacionados

Where are the configuration files for Juggernaut Firewall located?

Configuration files are located in the /etc/csf/ directory with the main firewall configuration...

Can I use Juggernaut Firewall to block Wordpress bruteforce attacks?

Yes we support blocking attacks like these very easily. See below for more information: How can...

How can I install or upgrade the extension?

We provide free installation and configuration for all our paid licenses. Open a support ticket...

How can I change the interface language of the extension?

Overview This article provides instructions on how to change the interface language within the...

How can I get detailed help about a specific setting?

Overview This article outlines how to access contextual assistance and detailed configuration...