Wiki updaten_neu

cd /var/www/bookstack
php artisan down
git pull --ff-only origin release
composer install --no-dev
php artisan migrate --force
sudo -u www-data php artisan cache:clear
php artisan up
sudo systemctl restart apache2

 


Revision #1
Created 2026-07-28 16:06:49 UTC by Hubobel
Updated 2026-07-28 16:07:19 UTC by Hubobel