1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/openproject_ynh.git synced 2024-09-03 19:56:10 +02:00

Fix backup/restore

This commit is contained in:
yalh76 2022-03-01 20:07:37 +01:00
parent 4013ada08d
commit cb4bce2299

View file

@ -54,7 +54,7 @@ ynh_backup --src_path="/etc/systemd/system/$app.service"
#=================================================
ynh_print_info --message="Backing up the PostgreSQL database..."
ynh_psql_dump_db --database="$db_name" > db.postgres
ynh_psql_dump_db --database="$db_name" > db.sql
#=================================================
# END OF SCRIPT