Skip to main content
Version: 7.0

Post-migration actions

Background tasks

If the Passwork migration was performed on a Linux server (without using Docker) or on Windows Server, the following actions need to be taken:

  1. Remove the old version of the background task:
    1. Linux:
      1. Open crontab settings — crontab -e
      2. Delete the line — * * * * * php /var/www/app/tools/run-scheduled-tasks.php
    2. Windows Server:
      1. Open the Start menu and type — Task Scheduler;
      2. Go to Task Scheduler Library and delete passwork_task.
  2. Configure the launch of background tasks

In the Passwork web interface, check the correct operation of Password Search. If password search does not work, it is necessary to perform reindexing.

Go to Settings and UsersSystem SettingsSearch section → Reindex all passwords:

Password Reindexing

In Settings and UsersBackground Tasks, the created task — Password Reindexing — will be displayed; after completion, check the Search functionality in Passwork.

LDAP settings

  1. Verify the correct loading of LDAP Users and Groups. To do this, open the connected LDAP server in LDAP Settings and click Update Users and Update Groups;
  2. If an error occurred during the update, it is necessary to enter the Service Account credentials;
danger

If authorization was previously done Via Mask, it is necessary to configure the Service Account. Otherwise, connection to the LDAP server will be impossible.

  1. Verify authorization using an LDAP user in Passwork

SSO settings

Since Passwork 7 switched to a new backend, the Passwork (SP) endpoints have changed:

  1. Open SSO Settings in Passwork and go to the section — Passwork → Identity Provider;
  2. In the SSO provider (IdP) settings, specify the new endpoints for the Passwork application (SP).
info

You can also review the updated instructions on SSO Setup in Passwork 7.