Data processing
It is crucial to create a backup of your data. Without a backup, the Passwork technical support team will not be able to assist in data recovery if the migration does not proceed as expected.
Overview
Data processing is necessary to prepare your data for use in Passwork version 6.

There are two scenarios for data processing.
Processing data from the browser

If you see the Start processing button, it means that Passwork can process your data without any additional actions. Simply start the processing process and wait for it to complete.
Processing data from the server
If instead of the Start migration button you see this message:

It means that your Passwork contains a large amount of data (users, vaults), and the processing process needs to be launched on the server.
To do this, the system administrator of your Passwork server needs to run the script: <Passwork folder>/app/tools/migration-to-v6-preparation.php
- Docker
- Linux (manual installation without Docker)
- Windows Server
docker exec -i php8 php /server/sites/prod/app/tools/migration-to-v6-preparation.php
php /var/www/app/tools/migration-to-v6-preparation.php
cd C:\Program Files (x86)\PHP\v8.0
php.exe C:\inetpub\wwwroot\app\tools\migration-to-v6-preparation.php