X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fupdatedb%2Fupdate_postgresql_tables_7_to_8;h=2aae66a8f782dba157c423bb7fdb4e53cc0c0548;hb=943ef07717af1afa3b32adb7127fe1b4f8e14671;hp=b2dd8e60a2fa1ae21656301ee99391f06af52048;hpb=f0852a412757074e8c493da4c24677da325da935;p=bacula%2Fbacula diff --git a/bacula/updatedb/update_postgresql_tables_7_to_8 b/bacula/updatedb/update_postgresql_tables_7_to_8 index b2dd8e60a2..2aae66a8f7 100755 --- a/bacula/updatedb/update_postgresql_tables_7_to_8 +++ b/bacula/updatedb/update_postgresql_tables_7_to_8 @@ -7,19 +7,53 @@ echo "This script will update a Bacula PostgreSQL database from version 7 to 8" echo "Depending on the size of your database," echo "this script may take several minutes to run." echo " " -bindir=/home/kern/bacula/depkgs/sqlite +bindir=/usr/bin -if $bindir/psql $* -f - <