Udate for "Upgrading baroes database": I was able to fix it by running the following sql command on the bareos database using mysql:
ALTER TABLE `FileSet` MODIFY COLUMN `CreateTime` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP; For an explanation why this is needed please refer to this posting: https://stackoverflow.com/questions/35911633/adding-a-column-requires-a-default-value-for-another-column Running "update_bareos_tables mysql -u root -p" then does the update of the database. Tilman -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
