My Upgrade failed, the database upgrade script put out an error
Tried to run the script separately, i got this:
root@backup:/usr/lib/bareos/scripts# ./update_bareos_tables
Updating mysql tables
Upgrading database schema from version 2171 to 2192
ERROR 1064 (42000) at line 6: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'IF NOT EXISTS jobtdate_idx ON Job (JobTDate)' at line 1
Failed to upgrade database schema from version 2171 to 2192
root@backup:/usr/lib/bareos/scripts#
System is Ubuntu 18.04, database is MySQL, all on newest release
Thomas