1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Update backup

This commit is contained in:
Éric Gaspar 2022-06-29 12:09:28 +02:00
parent 715d96c807
commit 7367e0675d
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -66,7 +66,7 @@ ynh_backup --src_path="/etc/systemd/system/$app.service"
#=================================================
# BACKUP THE DATABASE
#=================================================
ynh_print_info --message="Backing up the PostgreSQL database..."
ynh_print_info --message="Backing up the database..."
ynh_psql_dump_db --database="$db_name" > db.sql