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:
parent
8b8e4a0107
commit
8941fcc58e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue