Migration to Passwork 7
Passwork update to version 6.5

Linux (Git)

7min
preparing for the update make a copy of the passwork in case of any problems, you can roll back to the previous version files are located in the directory old docker build — /server/sites/prod manual installation — /var/www for old docker builds execute the following commands cd /server/sites/prod git fetch git reset hard origin/v6 git pull if you are using an older docker build, we recommend migrating to a newer build that has updated core components of passwork old docker migration to new docid 8ucmw uxksus1zjk9yjzk for manual linux installation execute the following commands cd /var/www git fetch git reset hard origin/v6 git pull the system will automatically sync 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 execute the following command git config global add safe directory /server/sites/prod for manual linux installation execute the following command and try updating again git config global add safe directory /var/www