1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Update upgrade

This commit is contained in:
Philipp Stappert 2024-03-20 11:10:04 +01:00 committed by GitHub
parent 5dd0d6dafc
commit f7abc82e74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,10 +95,11 @@ ynh_script_progression --message="Deploying..."
pushd "$install_dir" pushd "$install_dir"
ynh_secure_remove --file="bootstrap/cache/*" ynh_secure_remove --file="bootstrap/cache/*"
php$phpversion artisan migrate --seed
php$phpversion artisan firefly-iii:decrypt-all
php$phpversion artisan cache:clear php$phpversion artisan cache:clear
php$phpversion artisan migrate --seed
php$phpversion artisan firefly-iii:upgrade-database php$phpversion artisan firefly-iii:upgrade-database
php$phpversion artisan passport:install php$phpversion artisan passport:keys
php$phpversion artisan cache:clear php$phpversion artisan cache:clear
popd popd