]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix Mysql database upgrade.
authorScott Barninger <sbarn@scott.localdomain>
Sun, 7 Feb 2010 19:42:50 +0000 (14:42 -0500)
committerKern Sibbald <kern@sibbald.com>
Mon, 8 Feb 2010 11:12:13 +0000 (12:12 +0100)
bacula/platforms/redhat/bacula.spec

index 4392619072a25bf9757afe7396afc07cedc8304d..c8d63feb44f24b57667d95dc75eb752b3f4516d1 100644 (file)
@@ -1218,7 +1218,7 @@ if [ -z "$DB_VER" ]; then
     %{script_dir}/make_mysql_tables
 
 # check to see if we need to upgrade a 3.x database
-elif [ "$DB_VER" -lt "11" ]; then
+elif [ "$DB_VER" -lt "12" ]; then
     echo "This release requires an upgrade to your bacula database."
     echo "Backing up your current database..."
     mysqldump -f --opt bacula | bzip2 > %{working_dir}/bacula_backup.sql.bz2
@@ -1449,6 +1449,8 @@ echo "The database update scripts were installed to %{script_dir}/updatedb"
 %endif
 
 %changelog
+* Sun Feb 07 2010 D. Scott Barninger <barninger@fairfieldcomputers.com>
+- fix mysql database upgrade
 * Fri Feb 05 2010 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - fix permissions of dbcheck
 - misc. cleanup