If you're running LiteSpeed Enterprise (LSE) with Enhance and want to upgrade to the latest stable version, this guide walks you through the steps. Enhance currently installs LSE v6.0.12 by default, which is outdated. Here's how to cleanly upgrade to the latest version (e.g. v6.3.4 as of writing).
Step 1 (Optional): Clean Up If You Recently Switched from OpenLiteSpeed (OLS)
If you migrated from OLS to LSE recently, it's best to remove any leftover OLS packages:
apt remove openlitespeed
sudo dpkg --purge openlitespeed
Then edit the release track file:
nano /usr/local/lsws/autoupdate/release
Replace:
1.8.3
With:
stable
Save and exit.
Step 2: Upgrade to the Latest LSE Version
rm -rf /usr/local/lsws/autoupdate/*
cd /usr/local/lsws/autoupdate/
wget https://www.litespeedtech.com/packages/6.0/lsws-6.3.4-ent-x86_64-linux.tar.gz
ln -s lsws-6.3.4-ent-x86_64-linux.tar.gz lsws-6.3.4--x86_64-linux.tar.gz
/usr/local/lsws/admin/misc/lsup.sh -f -v 6.3.4
Step 3: Switch to the New Version from LSE WebAdmin
Open your LSE Admin Panel https://your-server-ip:7080 (Port 7080 must be allowed in your firewall)
Go to: Actions > Version Manager > Installed Versions
Click Switch to next to version 6.3.4
(Optional) Remove version 6.0.12
(Optional) Click Reinstall on 6.3.4 to force a clean setup
Notes