#!/bin/sh # # shell script to update SQLite from version 1.36 to 1.38 # echo " " echo "This script will update a Bacula SQLite 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=/usr/bin cd /var/bacula/working sqlite=sqlite ${bindir}/${sqlite} $* bacula.db <