#!/bin/sh # # Shell script to update MySQL tables from version 1.38 to 1.39 # echo " " echo "This script will update a Bacula MySQL database from version 9 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/mysql $* -f <