mirror of
https://github.com/YunoHost-Apps/firefly-iii_ynh.git
synced 2024-09-03 18:36:13 +02:00
Fixed upgrade
This commit is contained in:
parent
08936a2151
commit
73b9c0a6f9
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ ynh_add_fpm7.1_config
|
|||
#=================================================
|
||||
# SPECIFIC UPGRADE
|
||||
#=================================================
|
||||
init_composer $final_path
|
||||
cd $final_path && sudo /usr/bin/php7.1 artisan migrate --env=production --force
|
||||
cd $final_path && sudo /usr/bin/php7.1 artisan cache:clear
|
||||
cd $final_path && sudo /usr/bin/php7.1 artisan firefly:upgrade-database
|
||||
|
|
Loading…
Reference in a new issue