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
Next revision Both sides next revision
installation:upgrades [2020-06-09 15:03]
Gustav Stigestadh
installation:upgrades [2020-10-02 08:36]
Jens Gustafsson
Line 1: Line 1:
 ====== Server upgrade ====== ====== Server upgrade ======
 This page describes how to upgrade an existing Lime CRM Server installation. The upgrade procedure differs depending on the version of Lime CRM Server that is currently installed. This page describes how to upgrade an existing Lime CRM Server installation. The upgrade procedure differs depending on the version of Lime CRM Server that is currently installed.
 +
 +===== Upgrading from version 12 or newer =====
 +Follow these steps:
 +
 +  - Ensure that you have no version conflicts in your Lime python environment (you can do that by running ''pip check''). If you have any version conflicts you have to solve them before proceeding, otherwise the installation will fail and you will end up in a state where half the server is uninstalled and half the server is installed.
 +  - Reboot the server
 +  - Stop all running lime-services in the services window
 +  - Close all command prompts and directories.
 +  - Click on the installer and follow the guide.
 +
 +====== If the installation fails ======
 +
 +1. Open task manager, go to the details tab.
 +2. Stop all processes that has the name "pythonservice.exe" or "python.exe"
 +3. Do the steps described in "Upgrading from version 12 or newer"
 +4. If this doesn't work, please contact support.
  
 ===== Upgrading from version 10.11 or earlier ===== ===== Upgrading from version 10.11 or earlier =====
Line 55: Line 71:
  
 <code> <code>
-netstat -na | findstr LISTEN+netstat -nao | findstr LISTEN
 </code> </code>
  
  • Last modified: 2 months ago
  • by Jonatan Folger Asu