Marshall Beckett
Hi Marshall, this issue occurs because after upgrading from 6.7 to 720 hotfix2, the bd_appliance table in the database wasn’t updated properly, causing the port information to mismatch with the new version. You can fix it by manually updating the port value in the bd_appliance table, for example:


update bd_appliance set port = 23001;
After applying the change, restart the related services and the backups should work normally.