]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 23 Dec 2007 19:36:58 +0000 (19:36 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 23 Dec 2007 19:36:58 +0000 (19:36 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6119 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/UPGRADE

index 074d7fcc14969b7556ac2588742d03543fad5abc..3c01889dc4e2b1cf5ecb9ed23b79701aea79a2be 100644 (file)
@@ -3,13 +3,19 @@
 Upgrade from 2.2.Y to 3.0
 -------------------------
 
+ - Change your template_dir from 
+     /path/to/bweb/tpl   ->   /path/to/bweb/en/tpl
+   (french and spanish translation doesn't change)
+
  - Add the Date::Calc package to your perl library
  - Add user, new job overview and bresto tables to your catalog
 
    mysql) 
        load the bweb/script/upgrade-2.2_3.0_mysql.sql file
+          root# mysql bacula < bweb/script/upgrade-2.2_3.0_mysql.sql
    postgresql)
         load the bweb/script/upgrade-2.2_3.0_postgresql.sql file
+          postgres# psql -U bacula bacula < bweb/script/upgrade-2.2_3.0_postgresql.sql
 
 Upgrade from 2.0.X to 2.2.Y
 ---------------------------