Easiest way to upgrade from 1.6.5 to 1.6.9

Hi everybody,

what would you recommend is the easiest way for me to update from version 1.6.5 to 1.6.9? I didn’t cloned it from git, I just unzipped the zip file. Is it possible to add the repository to that folder without any error issues?

Regards!

@jimb0, I’d say it should be fine since it’s a patch update. You can always make a copy of that original 1.6.5 directory just in case the “merge” with unzip does not work as planned.

Another approach would be to start using git with something like:

cd your_directory
git init
git remote add origin https://github.com/passbolt/passbolt_api
git pull origin master
git reset --hard origin/master

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.