#!/bin/sh # # Shell script to update MySQL tables from version 1.32 to 1.33 # echo " " echo "This script will update a bacula database from version 6 to 7." echo "Depending on the size of your database," echo "this script may take several minutes to run." echo " " # the location of the mysql program bindir=/usr/bin if $bindir/mysql $* -f <