1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-fmd_ynh.git synced 2024-09-03 18:26:27 +02:00

try to fix restore

see: https://ci-apps-dev.yunohost.org/ci/job/16931
This commit is contained in:
Jens Diemer 2024-06-18 21:09:42 +02:00
parent 7b1c8caa37
commit 8cf64f735f

View file

@ -26,9 +26,6 @@ ynh_script_progression --message="Restoring $app main directory..."
ynh_restore_file --origin_path="$install_dir"
ynh_restore_file --origin_path="$data_dir"
ynh_script_progression --message="Set file permissions..."
myynh_fix_file_permissions
#=================================================
# PYTHON VIRTUALENV
# Maybe the backup contains a other Python version
@ -37,6 +34,13 @@ ynh_script_progression --message="Create and setup Python virtualenv..." --weigh
myynh_setup_python_venv
#=================================================
# Fix file permissions
#=================================================
ynh_script_progression --message="Set file permissions..."
myynh_fix_file_permissions
#=================================================
# RESTORE THE PostgreSQL DATABASE
#=================================================