How to Update

Run the upgrade script

  1. Log in to your appliance server.

  2. Switch to the root user: sudo su.

  3. Run the upgrade script:

    cd /opt/sysward
    ./upgrade.sh
    
  4. Log in to the dashboard to start using the new version.

The script compares your installed version against the latest release; if a newer version is available it downloads it, runs database migrations, and restarts the sysward and sysward-cve services. If you’re already up to date it prints No upgrade available and changes nothing.

Before a major upgrade, consider taking a backup — see Backup & Restore.

Edit this page on GitHub