feat: add postgres backup option
This commit is contained in:
parent
64bf6cc38f
commit
0852cb8c00
4 changed files with 17 additions and 3 deletions
|
@ -7,3 +7,7 @@ fi
|
|||
if [[ -n "$DO_MYSQL_BACKUP" ]]; then
|
||||
sh /usr/local/etc/urbackup/mysql_backup.sh
|
||||
fi
|
||||
|
||||
if [[ -n "$DO_POSTGRES_BACKUP" ]]; then
|
||||
sh /usr/local/etc/urbackup/postgres_backup.sh
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue