Website logo
⌘K
Technical documentation
Installation manuals
Technical requirements
Standard installation on Linux
Standard installation on Windows Server
Manual installation on Linux
Manual installation on Windows Server
Administration
Migration to Passwork 6
How to update Passwork
Configuring background tasks
Mapping LDAP security groups with roles in Passwork
Mobile applications
Configuring SMTP for Windows Server
What to do in case of errors
About config.ini
Emergency mode
Import from Bitwarden via API
API 4.0
Linux
MongoDB
Legacy
Updates
Help center
Docs powered by Archbee
Website logo
Help center
Administration
Migration to Passwork 6

Data processing

6min

❗ 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.

How to back up your date

Overview

Data processing is necessary to prepare your data for use in Passwork version 6.

Document image


There are two scenarios for data processing.

Processing data from the browser

Document image


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:

Document image


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

Shell
docker exec -i php8 php /server/sites/prod/app/tools/migration-to-v6-preparation.php


Linux (manual installation without Docker)

Shell
php /var/www/app/tools/migration-to-v6-preparation.php


Windows Server

Open the CMD command prompt and run the following commands,

Shell
cd C:\Program Files (x86)\PHP\v8.0

php.exe C:\inetpub\wwwroot\app\tools\migration-to-v6-preparation.php




Updated 22 Nov 2023
Did this page help you?
PREVIOUS
Update to 5.4
NEXT
Data migration
Docs powered by Archbee
TABLE OF CONTENTS
Overview
Processing data from the browser
Processing data from the server
Docker
Linux (manual installation without Docker)
Windows Server
Docs powered by Archbee