Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
litespeed_wiki:admin:upgrade-notification [2016/09/15 17:59]
Rob Holda
litespeed_wiki:admin:upgrade-notification [2023/04/14 19:24] (current)
Lisa Clarke Redirect to new Documentation Site
Line 1: Line 1:
-====== How to fix upgrade notification problem ====== +~~REDIRECT>​https://docs.litespeedtech.com/​lsws/updates/#new-version-notifications~~
- +
-When a new release is published, it will be announced on the LiteSpeed [[https://www.litespeedtech.com/​support/forum/|forums]], Twitter, and Google Group. It will also be listed on the download page. We will normally wait for one week or so to push it to autoupdate. Then your web server will show available upgrade information and send you upgrade notification. Then you can do the upgrade right from the Admin Console. +
- +
-Sometimes you may experience problems. You know there is a new release available but it doesn'​t show up on your server admin console. One possible reason would be the new release has not been pushed into auto-update yet. Server check it once per day. Another possible reason could be some corrupted files in the autoupdate folder. You can remove .last file and restart the server to force it. +
- +
-<​code>​ +
-rm /​usr/​local/​lsws/​autoupdate/​.last  +
-/​usr/​local/​lsws/​bin/​lswsctrl restart +
-</​code>​ +
- +
-Or, you can just upgrade directly from command line +
- +
-<​code>​ +
-/​usr/​local/​lsws/​admin/​misc/​lsup.sh -f -v <version+
-</​code>​ +
- +
-If still problem, you can remove all files from autoupdate folder and restart the litespeed. Those files will be regenerated when your server check the update options. All files/sub folders should be owned by lsadm:​lsadm. +
- +
-<​code>​ +
-rm -rf /​usr/​local/​lsws/​autoupdate/​* +
-</​code>​+
  • Admin
  • Last modified: 2016/09/15 17:59
  • by Rob Holda