dbb-modules/postgresql
@@ -2,7 +2,7 @@ # dependencies function check_postgresql_deps { function check-postgresql-deps { if [ ! -e /usr/bin/psql ]; then debug "It seems that you dont have psql installed. You may have problems to backup remote databases" fi @@ -128,11 +128,12 @@ echo "" } function postgres_main { function postgresql-main { if [ "$POSTGRES_BACKUP_LOCAL" = "TRUE" ]; then run_local_pg_backups fi if [ "$POSTGRES_BACKUP_REMOTE" = "TRUE" ]; then run_remote_pg_backups fi } }