#!/bin/sh # # Shell script to update PostgreSQL tables from version 1.36 to 1.37.12 # echo " " echo "This script will update a Bacula PostgreSQL database from version 8 to 9" echo "Depending on the size of your database," echo "this script may take several minutes to run." echo " " bindir=@SQL_BINDIR@ if $bindir/psql -f - -d bacula $* <