Legacy
...
Passwork 5
Migration to Passwork 6
Rollback Passwork 6→5 on Linux
4min
preparing for the update make a copy of the passwork files folder in case of any problems, you can roll back to your version the files are located in the directory standard installation with docker /server/sites/prod manual installation /var/www for standard installation with docker cd /server/sites/prod git fetch git checkout v5 git reset hard origin/v5 git pull for manual installation cd /var/www git fetch git checkout v5 git reset hard origin/v5 git pull if you see an error after executing git pull git pull fatal unsafe repository ('/server/sites/prod' is owned by someone else) to add an exception for this directory, call execute the following command for standard installation with docker git config global add safe directory /server/sites/prod for manual installation git config global add safe directory /var/www and repeat git pull the system will automatically download the updates please note that the instructions provided are for informational purposes only and it is recommended to have a backup of all important files before making any updates