]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update Upgrade notes
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 9 Aug 2007 14:40:49 +0000 (14:40 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 9 Aug 2007 14:40:49 +0000 (14:40 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5322 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/UPGRADE [new file with mode: 0644]
gui/debian/bweb.postinst

diff --git a/gui/bweb/UPGRADE b/gui/bweb/UPGRADE
new file mode 100644 (file)
index 0000000..79fbe8f
--- /dev/null
@@ -0,0 +1,10 @@
+          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
index 716e64ece92899f34b0df3911877f568b6252f45..4e3ba3135ea2b4b9333cb7f644f26f328400bd5e 100644 (file)
@@ -37,3 +37,9 @@ if [ "$1" = "configure" ] ; then
  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