]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo in db upgrade scripts
authorLaurent Papier <bacula@tuxfan.net>
Sat, 9 Jul 2011 11:16:32 +0000 (13:16 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:06 +0000 (14:49 +0200)
bacula/src/cats/update_mysql_tables.in
bacula/src/cats/update_postgresql_tables.in
bacula/src/cats/update_sqlite3_tables.in

index 8893acf29628abda00c4b3c5cb2de668fd13a100..7a68eab2d17659c22107e096139347d289c50252 100644 (file)
@@ -4,7 +4,7 @@
 #  or Bacula Community version 5.0.x to 5.2.x
 #
 echo " "
-echo "This script will update a Bacula MySQL database from version 12 to 13"
+echo "This script will update a Bacula MySQL database from version 12 to 14"
 echo " which is needed to convert from Bacula Enterprise version 2.6.x to 6.0.x"
 echo " or Bacula Community version 5.0.x to 5.2.x"
 echo " "
@@ -17,7 +17,7 @@ DBVERSION=`sed -n -e 's/^VersionId: \(.*\)$/\1/p' /tmp/$$`
 if [ $DBVERSION != 12 ] ; then
    echo " "
    echo "The existing database is version $DBVERSION !!"
-   echo "This script can only update an existing version 12 database to version 13."
+   echo "This script can only update an existing version 12 database to version 14."
    echo "Error. Cannot upgrade this database."
    echo " "
    exit 1
index e4809e0605ec855407079a908cad70b6647bef2c..d500cee0e90c6e8447c0d68e6ce8a54c483710e3 100644 (file)
@@ -1,10 +1,10 @@
 #!/bin/sh
 #
-# Shell script to update PostgreSQL tables from version 12 to 13
+# Shell script to update PostgreSQL tables from version 12 to 14
 #  or Bacula Community version 5.0.x to 5.2.x
 #
 echo " "
-echo "This script will update a Bacula PostgreSQL database from version 12 to 13"
+echo "This script will update a Bacula PostgreSQL database from version 12 to 14"
 echo " which is needed to convert from Bacula Enterprise version 2.6.x to 4.0.x"
 echo " or Bacula Community version 5.0.x to 5.2.x"
 echo " "
@@ -17,7 +17,7 @@ DBVERSION=`psql -d ${db_name} -t --pset format=unaligned -c "select VersionId fr
 if [ $DBVERSION != 12 ] ; then
    echo " "
    echo "The existing database is version $DBVERSION !!"
-   echo "This script can only update an existing version 12 database to version 13."
+   echo "This script can only update an existing version 12 database to version 14."
    echo "Error. Cannot upgrade this database."
    echo " "
    exit 1
index 1b8ae4f67bbc9fc38838e9a243688f39d0829145..d7d595b53754cae4c7e91359fc9d8e37917ac646 100644 (file)
@@ -4,7 +4,7 @@
 #  or Bacula Community version 5.0.x to 5.2.x
 #
 echo " "
-echo "This script will update a Bacula MySQL database from version 12 to 13"
+echo "This script will update a Bacula MySQL database from version 12 to 14"
 echo " which is needed to convert from Bacula Enterprise version 2.6.x to 4.0.x"
 echo " or Bacula Community version 5.0.x to 5.2.x"
 echo " "
@@ -21,7 +21,7 @@ END
 if [ $DBVERSION != 12 ] ; then
    echo " "
    echo "The existing database is version $DBVERSION !!"
-   echo "This script can only update an existing version 12 database to version 13."
+   echo "This script can only update an existing version 12 database to version 14."
    echo "Error. Cannot upgrade this database."
    echo " "
    exit 1