Webacula release 11.0.0
=== 11.0.0 (Tue Mar 16, 2021)
- Update queries and other files to run with Bacula 11.X
- How Webacula is a bit old because PHP requisits and the framework (ZF1) is outdated
I only make some changes for bacula 11.X compatibilities.
Tips for Upgrade
- Modify in application/config.ini:
catalog.version = 1022
- Run que following query to update table webacula_version:
update webacula_version set versionid = 1022;