@ij You'll have to wait until your instance updates! We just shipped these fixes. If you'd like to try a working instance, https://pixelfed.social is updated!
Top-level
@ij You'll have to wait until your instance updates! We just shipped these fixes. If you'd like to try a working instance, https://pixelfed.social is updated! 1 comment
|
@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
@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