Unable ti update to v18

After extracting all the data from v18 zip it’s still showing 17.0.2
dont understand why

Hello,

You do not extract the file at the right place, you need to overwrite existing file.

Hello sir,

yes i did follow the steps like before

i did update from v16 to v17 but following the same procedure seems to be not working for me

Hi,
i had a similiar problem today, it was very simple, just follow below, kepp in mind which place your installation is, mine is in /var/www/dolibarr

  1. Start Putty
  2. cd /tmp/ && wget Download dolibarr-18.0.0.zip (Dolibarr ERP - CRM)
  3. unzip dolibarr-18.0.0.zip && rm /tmp/dolibarr-18.0.0.zip
  4. Sudo -s
  5. cd /var/www/dolibarr/documents/
  6. mv install.lock install.bak
  7. cp -r /tmp/dolibarr-18.0.0/* /var/www/dolibarr
  8. rm -r /tmp/dolibarr-18.0.0
  9. https://localhost/install
  10. mv install.bak install.lock