X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fupdatedb%2Fupdate_postgresql_tables_10_to_11.in;h=87381c29f26cc4cd42466460b1c7f05c5b61134c;hb=075be1f5958a6d5e8b8b21e407a6538adddc369c;hp=97ecee2650bce3c55cffc0729fd966a21441b8a1;hpb=c6a908ea71899728ae37a8ba027e41c4df12dff1;p=bacula%2Fbacula diff --git a/bacula/updatedb/update_postgresql_tables_10_to_11.in b/bacula/updatedb/update_postgresql_tables_10_to_11.in old mode 100755 new mode 100644 index 97ecee2650..87381c29f2 --- a/bacula/updatedb/update_postgresql_tables_10_to_11.in +++ b/bacula/updatedb/update_postgresql_tables_10_to_11.in @@ -1,80 +1,38 @@ #!/bin/sh # -# Shell script to update PostgreSQL tables from version 1.38 to 2.0.0 or higher +# Shell script to update PostgreSQL tables from version 2.0.0 to 3.0.0 or higher # echo " " -echo "This script will update a Bacula PostgreSQL database from version 9 to 10" -echo " which is needed to convert from Bacula version 1.38.x to 2.0.0 or higher" -echo "Depending on the size of your database," -echo "this script may take several minutes to run." +echo "This script will update a Bacula PostgreSQL database from version 10 to 11" +echo " which is needed to convert from Bacula version 2.0.0 to 3.0.x or higher" echo " " bindir=@SQL_BINDIR@ db_name=@db_name@ if $bindir/psql -f - -d ${db_name} $* <