From: Dan Langille Date: Tue, 9 Jan 2007 23:15:04 +0000 (+0000) Subject: Update comments and echo to indicate this script is for upgrading version X-Git-Tag: Release-2.0.1~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9cab76556d75a7971d9bd547f372858e0cd0cb5d;p=bacula%2Fbacula Update comments and echo to indicate this script is for upgrading version 1.38 to 2.0.0 or higher. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3957 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in index a584543ee3..e6149ae54d 100755 --- a/bacula/src/cats/update_postgresql_tables.in +++ b/bacula/src/cats/update_postgresql_tables.in @@ -1,10 +1,10 @@ #!/bin/sh # -# Shell script to update PostgreSQL tables from version 1.38 to 1.39 +# Shell script to update PostgreSQL tables from version 1.38 to 2.0.0 or higher # echo " " echo "This script will update a Bacula PostgreSQL database from version 9 to 10" -echo " which is needed to convert from Bacula version 1.38.x to 1.39.x or higher" +echo " which is needed to convert from Bacula version 1.38.x to 2.0.0 or higher" echo "Depending on the size of your database," echo "this script may take several minutes to run." echo " "