Zum Hauptinhalt springen

Server database is not updated

The Server database is not updated warning means that the new Passwork version is already deployed, but the database structure has not been brought to the new version:

Warning screen: Server database is not updated

Run the command depending on the installation type and OS:

sudo -u www-data bash -c 'cd /var/www && php -d memory_limit=-1 ./bin/console app:update'
info

The commands use the default installation paths. If Passwork is installed in a different directory, specify the actual path in the command.