Prerequisites

The new version of Passwork works only on PHP 7.3.

To check your PHP version, you need to create an empty debug.ini file and place it in a specific directory depending on how Passwork was installed:

Docker

/server/sites/prod/debug.ini

Ubuntu, CentOS, Debian

/var/www/debug.ini

Windows Server

C:\\inetpub\\wwwroot\\debug.ini

Then open the page in the browser

http://your-passwork/check.php

Remember to delete this file after checking your PHP version.

<aside> 💡 If your PHP version is lower than 7.0 please refer to Passwork help center.

</aside>

<aside> 💡 If your version is PHP 7.0 or 7.1 - skip to the PHP update step.

</aside>

Upgrade steps

  1. Back up your database following this manual.