rafaelma / pgbackman

PostgreSQL backup manager

Home Page:https://e-mc2.net/projects/pgbackman/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backup definitions of type CLUSTER getting DELETE status

rafaelma opened this issue · comments

Backup definitions of type CLUSTER get automatically the status DELETED when pgbackman_maintenance processes the deletion of backup definitions for databases that have been deleted in a PgSQL node.

This happens because backup definitions of type CLUSTER get an empty dbname value and the algorithm used to find the bck_def to delete does not take this into account.