]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update postgresql note
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 18 Jan 2007 19:11:28 +0000 (19:11 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 18 Jan 2007 19:11:28 +0000 (19:11 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4012 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/INSTALL

index a61fe43b38372e57d4a049031bbf3caff9d05add..c44494c46b802ef6a2e45692082d8929c72f4e29 100644 (file)
@@ -185,7 +185,10 @@ See gui/brestore/README for instructions on installing brestore.pl.
 If you want to use PostgreSQL instead of MySQL, you must add
 a function to the PostgreSQL Bacula database to get Bweb to work.
 
-psql -u bacula bacula < script/bweb-postgresql.sql
+psql -U bacula bacula < script/bweb-postgresql.sql
+
+Tips: PL must be enable in your cluster, you can do this with postgres user
+postgres:~$ echo 'CREATE PROCEDURAL LANGUAGE plpgsql;' | psql bacula 
 
 ################ BCONSOLE NOTES ################################