1
0
Fork 0
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:
Alexandre Aubin 2023-06-24 01:32:23 +02:00 committed by GitHub
commit a6c4ac941e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -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
#=================================================

View file

@ -2,6 +2,8 @@ test_format = 1.0
[default]
test_upgrade_from.a0d6dbd5ab00f11afdc1e876394da01a0bbb3d3c.name = "24.2 packaging v1"
[regular]
only = ["install.subdir"]