1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

try to save sqlite bdd since upgarade

This commit is contained in:
Rodolphe Robles 2020-04-04 07:35:00 +02:00
parent 8b8e4a0107
commit 8941fcc58e

View file

@ -58,7 +58,7 @@ fi
#================================================= #=================================================
# Backup squlite # Backup squlite
#================================================= #=================================================
sudo cp -a $final_path/association.squilte /tmp/association.squilte sudo cp -a $final_path/association.sqlite /tmp/association.sqlite
#================================================= #=================================================
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
@ -136,7 +136,7 @@ ynh_system_user_create --username=$app
#================================================= #=================================================
# SPECIFIC UPGRADE # SPECIFIC UPGRADE
#================================================= #=================================================
sudo cp /tmp/association.squilte $final_path/association.squilte sudo cp /tmp/association.sqlite $final_path/association.sqlite
#================================================= #=================================================
#================================================= #=================================================