]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/update_postgresql_tables.in
Fix database update scripts
[bacula/bacula] / bacula / src / cats / update_postgresql_tables.in
index 3a7e4bc1379b524519f834f37c72da69b81a9ead..aa6400e075b688898f0d7dbd732dc5a899c9d3b4 100644 (file)
@@ -34,10 +34,10 @@ if [ "x$DBVERSION" = x ]; then
     exit 1
 fi
 
-if [ "$DBVERSION" -lt 12 -o "$DBVERSION" -gt 14 ] ; then
+if [ "$DBVERSION" -lt 12 -o "$DBVERSION" -gt 15 ] ; then
     echo " "
     echo "The existing database is version $DBVERSION !!"
-    echo "This script can only update an existing version 12-14, 1014-1016 database to version 1017."
+    echo "This script can only update an existing version 12-15 database to version 16."
     echo "Error. Cannot upgrade this database."
     echo " "
     exit 1