]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/UPGRADE
ebl Typo fix
[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           root# mysql bacula < bweb/script/upgrade-2.2_3.0_mysql.sql
12    postgresql)
13         load the bweb/script/upgrade-2.2_3.0_postgresql.sql file
14           postgres# psql -U bacula bacula < bweb/script/upgrade-2.2_3.0_postgresql.sql
15
16 Upgrade from 2.0.X to 2.2.Y
17 ---------------------------
18
19  - Add group tables to your catalog
20    mysql) 
21         load the bweb-mysql.sql file
22    postgresql)
23         load the bweb/script/upgrade-2.0_2.2_postgresql.sql