echo
echo "If you are using postgresql, you have to load /usr/share/bweb/bweb-postgresql.sql in your database"
- echo "postgres@localhost:~$ psql bacula < /usr/share/bweb/bweb-postgresql.sql"
+ echo "postgres@localhost:~$ createlang plpgsql -Upostgres -d bacula"
+ echo "postgres@localhost:~$ psql -U bacula bacula < /usr/share/bweb/bweb-postgresql.sql"
echo
echo "If you are using mysql, you have to load /usr/share/bweb/bweb-mysql.sql in your database"
echo "root@localhost:~$ mysql bacula < /usr/share/bweb/bweb-mysql.sql"
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 "postgres@localhost:~$ psql -U bacula bacula < /usr/share/bweb/upgrade-2.0_2.2_postgresql.sql"
echo
fi