Legacy
...
Update to 5.4
Update code Passwork on Linux
4 min
preparing for the update make a copy of the folder with the passwork files in case of any problems, you can 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 reset hard origin/v5 git pull force for manual linux installation cd /var/www git fetch git reset hard origin/v5 git pull force 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