mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Update backup
This commit is contained in:
parent
38ec1a8b7f
commit
484a79463a
1 changed files with 6 additions and 0 deletions
|
@ -108,6 +108,12 @@ ynh_print_info --message="Backing up the PostgreSQL database..."
|
|||
|
||||
ynh_psql_dump_db --database="$db_name" > db.sql
|
||||
|
||||
#=================================================
|
||||
# REMOVE THE TEMP OUTLINESTORAGE
|
||||
#=================================================
|
||||
|
||||
ynh_secure_remove --file="$final_path/outlinestorage"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue