From: Eric Bollengier Date: Thu, 18 Jan 2007 19:11:28 +0000 (+0000) Subject: ebl update postgresql note X-Git-Tag: Release-2.0.2~70 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=77015b0e8e314bd00ac99506aa203f4af150ee07;p=bacula%2Fbacula ebl update postgresql note git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4012 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/INSTALL b/gui/bweb/INSTALL index a61fe43b38..c44494c46b 100644 --- a/gui/bweb/INSTALL +++ b/gui/bweb/INSTALL @@ -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 ################################