mirror of
https://github.com/YunoHost-Apps/gancio_ynh.git
synced 2024-09-03 20:36:19 +02:00
psql dump, not mysql
This commit is contained in:
parent
e6297b74d0
commit
e9d9a7c1a5
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ ynh_print_info --message="Backing up the postgresql database..."
|
|||
### (However, things like MySQL dumps *do* take some time to run, though the
|
||||
### copy of the generated dump to the archive still happens later)
|
||||
|
||||
ynh_mysql_dump_db --database="$db_name" > db.sql
|
||||
ynh_psql_dump_db --database="$db_name" > db.sql
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue