git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5322 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
--- /dev/null
+          Upgrade notes for Bweb
+
+Upgrade from 2.0.X to 2.2.Y
+---------------------------
+
+ - Add group tables to your catalog
+   mysql) 
+       load the bweb-mysql.sql file
+   postgresql)
+        load the bweb/script/upgrade-2.0_2.2_postgresql.sql
 
  echo "chmod 755 /usr/bin/bconsole"
  
 fi
+
+if [ "$1" = "upgrade" ] ; then
+ echo "If you are using postgresql, you have to load /usr/share/bweb/upgrade-2.0_2.2_postgresql.sql in your database"
+ echo "postgres@localhost:~$ psql bacula < /usr/share/bweb/upgrade-2.0_2.2_postgresql.sql"
+ echo
+fi