Legacy
...
Confirmation of migration and ...
Update Passwork 5→6 on Linux
4 min
preparing for the update make a copy of the folder with the passwork files in case of any problems, you will be able to roll back to your version files are located in the directory old docker build — /server/sites/prod manual installation — /var/www for old docker builds installation cd /server/sites/prod git fetch git checkout v6 git reset hard origin/v6 git pull for manual linux installation cd /var/www git fetch git checkout v6 git reset hard origin/v6 git pull the system will automatically upload the changes if you see this error git pull fatal unsafe repository ('/server/sites/prod' is owned by someone else) to add an exception for this directory, call for old docker builds installation git config global add safe directory /server/sites/prod for manual linux installation git config global add safe directory /var/www and try to update one more time