mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
Merge pull request #18 from tiki-jyhem/2023-06-16_fix_upgrades
2023 06 16 fix upgrades
This commit is contained in:
commit
a6c4ac941e
2 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,9 @@ fi
|
|||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
# Update database
|
||||
cd "$install_dir" && ynh_exec_as "$app" php${phpversion} --define apc.enable_cli=1 console.php database:update
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
#=================================================
|
||||
|
|
|
@ -2,6 +2,8 @@ test_format = 1.0
|
|||
|
||||
[default]
|
||||
|
||||
test_upgrade_from.a0d6dbd5ab00f11afdc1e876394da01a0bbb3d3c.name = "24.2 packaging v1"
|
||||
|
||||
[regular]
|
||||
|
||||
only = ["install.subdir"]
|
||||
|
|
Loading…
Reference in a new issue