@pixelfed Well, I updated from dev before the test:
sudo -u www-data git config pull.rebase false
sudo -u www-data git stash
sudo -u www-data git pull origin dev
sudo -u www-data composer install
sudo -u www-data php artisan config:cache
sudo -u www-data php artisan route:cache
sudo -u www-data php artisan migrate --force
I'll keep testing from time to time, but my main focus would be LDAP integration where I got some error the other day as well... Maybe I'll report an issue for that as well