mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Add ynh_print_info for DB backup
This commit is contained in:
parent
e54d6277f9
commit
0fdb415c45
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ mkdir -p $final_path/backup
|
|||
#=================================================
|
||||
# BACKUP DIASPORA DATABASE
|
||||
#=================================================
|
||||
ynh_print_info --message="Backup Diaspora DB..."
|
||||
|
||||
db_pass=$(ynh_app_setting_get --app=$app --key=psqlpwd)
|
||||
dump_file="$final_path/backup/$app.dump"
|
||||
|
|
Loading…
Reference in a new issue