I have a working setup with MySQL 8.0 and a MySQL 5.5 instance running on different ports.
I created two Backup Jobs in SQLBackupAndFTP for each instance. One for Port 3306 and one for 3307 (same IP address)
But when ever I make changes to one backup-job the settings gets replicated to the other backup job - causing one of the jobs to fail due to MySQL version conflicts.
Why is the connection config being overwritten by the other job ?