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:lsup [2015/04/17 20:05]
Michael Armstrong [Options]
litespeed_wiki:lsup [2015/07/27 19:59]
Michael Alegre removed
Line 5: Line 5:
 ===== Location ===== ===== Location =====
  
-The ''​lsup''​ command is located at ''​$SERVER_ROOT/​admin/​misc/​lsup.sh''​. ​For my installation of LSWS, the command ​was thus:+The ''​lsup''​ command is located at ''​$SERVER_ROOT/​admin/​misc/​lsup.sh''​. ​In most CentOS installations, the command ​is thus:
  
   /​usr/​local/​lsws/​admin/​misc/​lsup.sh   /​usr/​local/​lsws/​admin/​misc/​lsup.sh
Line 17: Line 17:
   * ''​-f'':​ If you already have the version to be installed, the basic ''​lsup''​ command will abort. The ''​-f''​ option forces ''​lsup''​ to install even if the version you have is the same version as the LSWS to be installed. This can be useful if there has been a change in the build since you upgraded, but a new build has not yet been released.   * ''​-f'':​ If you already have the version to be installed, the basic ''​lsup''​ command will abort. The ''​-f''​ option forces ''​lsup''​ to install even if the version you have is the same version as the LSWS to be installed. This can be useful if there has been a change in the build since you upgraded, but a new build has not yet been released.
   * ''​-v'':​ You can control what version you install with the ''​-v''​ option followed by a version number. (For example: ''​./​lsup.sh -v 4.2.2''​) This will allow you to downgrade to older versions if you run into a bug. Keep in mind, LiteSpeed only keeps the most recent few versions available. Much older versions are not available.   * ''​-v'':​ You can control what version you install with the ''​-v''​ option followed by a version number. (For example: ''​./​lsup.sh -v 4.2.2''​) This will allow you to downgrade to older versions if you run into a bug. Keep in mind, LiteSpeed only keeps the most recent few versions available. Much older versions are not available.
-  * ''​-b'':​ Designates a build number. All versions start from build ''​0''​. To view what build you are currently using, view ''/​usr/​local/​lsws/​autoupdate/​build''​. Will automatically upgrade to the latest build of the designated version if ''​-b''​ is not set.+  * ''​-b'':​ Designates a build number. All versions start from build ''​0''​. To view what build you are currently using, view ''/​usr/​local/​lsws/​autoupdate/​build''​. Will automatically upgrade to the latest build of the designated version if ''​-b''​ is not set. (Only available for versions 5.0 and higher.)