]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/UPGRADE
ebl Update tpl files
[bacula/bacula] / gui / bweb / UPGRADE
1           Upgrade notes for Bweb
2
3 Upgrade from 2.2.Y to 3.0
4 -------------------------
5
6  - Add the Date::Calc package to your perl library
7  - Add user, new job overview and bresto tables to your catalog
8
9    mysql) 
10         load the bweb/script/upgrade-2.2_3.0_mysql.sql file
11    postgresql)
12         load the bweb/script/upgrade-2.2_3.0_postgresql.sql file
13
14 Upgrade from 2.0.X to 2.2.Y
15 ---------------------------
16
17  - Add group tables to your catalog
18    mysql) 
19         load the bweb-mysql.sql file
20    postgresql)
21         load the bweb/script/upgrade-2.0_2.2_postgresql.sql