-
Notifications
You must be signed in to change notification settings - Fork 1
How to Apply a hotfix
Salih Emin edited this page Aug 21, 2019
·
1 revision
Hotfix does not require going through the upgrade process, see the steps below.
- Download hotfix
- Extract the hotfix and overwrite VTiger files eg:
cd /tmp
wget -O hotfix.zip https://sourceforge.net/projects/vtigercrm/files/vtiger%20CRM%207.1.0/Core%20Product/Hotfixes/vtigercrm7.1.0-hotfix3.zip/download
sudo unzip hotfix.zip -d /var/www/html/vtiger/
If you are upgrading VTiger from one version to other you don’t need to apply a hotfix, as it has been already repackaged in the Source and Migration patch.
More info on how to use downloads of sourceforge through terminal : https://sourceforge.net/p/forge/documentation/Downloading%20files%20via%20the%20command%20line/