I want to update the Dolibarr from version 12.0.1 in Ubuntu to the latest version, any suggestions to make this update
Hi,
first of all make BACKUP! i startet with version 15, i think it should work with 12 as well.
-
start Putty or login ubuntu with terminal or similar
-
cd /tmp/ && wget https ://sourceforge.net/projects/dolibarr/files/Dolibarr%20ERP-CRM/17.0.2/dolibarr-17.0.2.zip
-
unzip dolibarr-17.0.2.zip && rm /tmp/dolibarr-17.0.2.zip
-
Sudo -s
-
cd /var/www/dolibarr/documents/
-
mv install.lock install.bak
-
cp -r /tmp/dolibarr-17.0.2* /var/www/dolibarr
-
rm -r /tmp/dolibarr-17.0.2
-
start dolibarr with install
-
mv install.bak install.lock
Make sure you use your path for the installation e.g /var/www/dolibarr is th path i am using.
Maybe you need to check point 7, i am not sure if the copy works, you need to copy the content of the folder not the folder!
Works for me like charm.
Thank You Plows for the information Regards