Upgrade manual for Passwork 4→5 (Docker)
This manual describes how to upgrade Passwork from version 4 to version 5 if you are using Docker. Passwork version 5 runs on PHP 8.0, so in addition to updating the source code, you will also need to configure a new Docker image for PHP-FPM 8.
💡 We recommend that you make a backup of your system before you start the upgrade
- Or edit the files manually
— Find the indicated lines in the files and edit. /server/conf/php8/php-fpm.conf
/server/conf/php8/prod.pool
Or edit the files manually — Add php8 to /server/docker-compose/docker-compose.yaml :
— Add to /server/docker-compose/docker-compose.yaml :
— Add to /server/docker-compose/docker-compose.override.yml :
Restart the Nginx and the necessary containers:
Background tasks are jobs that run on the scheduler in the background. For example, LDAP synchronization, loading favicons, and other tasks that require a lot of time, constant execution, or resource allocation.