mirror of
https://github.com/YunoHost-Apps/zusam_ynh.git
synced 2024-09-03 18:05:54 +02:00
We try removing cache before migrating
This commit is contained in:
parent
cf59955857
commit
8237e7175a
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ ynh_script_progression --message="Proceeding to migration..."
|
|||
|
||||
pushd $install_dir
|
||||
ynh_script_progression --message="Proceeding to migration..."
|
||||
rm -rf $install_dir/api/var/cache/
|
||||
php$phpversion api/bin/console doctrine:migration:migrate
|
||||
php$phpversion api/bin/console zusam:migration
|
||||
|
||||
|
|
Loading…
Reference in a new issue