correct postgres name for remove_expired_backups

This commit is contained in:
Matthew Saunders Brown 2023-02-16 09:25:59 -08:00
parent 55f484f42d
commit 26a13d0f63

View File

@ -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