I have some obsolete vCenter records in backup infrastructure which are no longer needed. I would like to delete them but i can't. They are supposed to be used by some replication jobs - got that mesage when trying to delete - which unfortunately no longer exists - cannot be seen via Veeam console. I have no idea how that happened but would like to clean that mess. It seems it doesn't affect any functionality though. Anyway, i did some digging into SQL - did backup of VeeamBackup DB before - and stumble to something that I can't figure it out. Those jobs indeed exists in dbo.Backup.Model.Backups table but they have NULL job id. When trying to delete them got that error that reference exists in dbo.Backup.Models.Points, specifically in column backup_id. I'm not sure how to connect those two, what to delete in table ----Points that I could delete obsolete jobs in table ----Backups. Sounds complicated, i know
