diff --git a/sbin/bashup-backup-postgres.sh b/sbin/bashup-backup-postgres.sh index 68610af..bf186c8 100755 --- a/sbin/bashup-backup-postgres.sh +++ b/sbin/bashup-backup-postgres.sh @@ -58,7 +58,7 @@ if [[ " ${retention_array[@]} " =~ " ${today} " ]]; then fi -bashup::remove_expired_backups pg +bashup::remove_expired_backups postgres bashup::unmount_storage_dir exit 0