#!/bin/sh # # shell script to update SQLite from version 1.34 to 1.35.5 # echo " " echo "This script will update a Bacula SQLite database from version 7 to 8" echo "Depending on the size of your database," echo "this script may take several minutes to run." echo " " bindir=/home/kern/bacula/depkgs/sqlite cd /home/kern/bacula/working $bindir/sqlite $* bacula.db <