[Mapbender-commits] r6543 - branches/2.6/resources/db

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Jul 3 13:45:38 EDT 2010


Author: astrid_emde
Date: 2010-07-03 17:45:38 +0000 (Sat, 03 Jul 2010)
New Revision: 6543

Modified:
   branches/2.6/resources/db/install_2.6.bat
   branches/2.6/resources/db/install_2.6.sh
   branches/2.6/resources/db/update.bat
   branches/2.6/resources/db/update.sh
Log:
added update_2.6.1_to_2.6.2_pgsql_UTF-8.sql to install and update script

Modified: branches/2.6/resources/db/install_2.6.bat
===================================================================
--- branches/2.6/resources/db/install_2.6.bat	2010-07-03 17:31:27 UTC (rev 6542)
+++ branches/2.6/resources/db/install_2.6.bat	2010-07-03 17:45:38 UTC (rev 6543)
@@ -131,6 +131,8 @@
 psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/%USEDBENC%/update/update_2.6rc1_to_2.6_pgsql_%USEDBENC%.sql %DBNAME% 1>>log_update.txt 2>> err_update.txt
 echo   update to 2.6.1
 psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/%USEDBENC%/update/update_2.6_to_2.6.1_pgsql_%USEDBENC%.sql %DBNAME% 1>> log_update.txt 2>> err_update.txt
+echo   update to 2.6.2
+psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/%USEDBENC%/update/update_2.6.1_to_2.6.2_pgsql_%USEDBENC%.sql %DBNAME% 1>> log_update.txt 2>> err_update.txt
 
 :POFILES
 rem install mapbender.conf

Modified: branches/2.6/resources/db/install_2.6.sh
===================================================================
--- branches/2.6/resources/db/install_2.6.sh	2010-07-03 17:31:27 UTC (rev 6542)
+++ branches/2.6/resources/db/install_2.6.sh	2010-07-03 17:45:38 UTC (rev 6543)
@@ -142,6 +142,9 @@
 	psql -U $DBUSER  -h $DBHOST -p $DBPORT -f pgsql/$DBENCODING/update/update_2.6rc1_to_2.6_pgsql_$DBENCODING.sql $DBNAME >> log_update.txt 2>> err_update.txt
 	echo "update to 2.6.1"
 	psql -U $DBUSER  -h $DBHOST -p $DBPORT -f pgsql/$DBENCODING/update/update_2.6_to_2.6.1_pgsql_$DBENCODING.sql $DBNAME >> log_update.txt 2>> err_update.txt
+	echo "update to 2.6.2"
+	psql -U $DBUSER  -h $DBHOST -p $DBPORT -f pgsql/$DBENCODING/update/update_2.6.1_to_2.6.2_pgsql_$DBENCODING.sql $DBNAME >> log_update.txt 2>> err_update.txt
+
 }
 
 function set_permissions(){

Modified: branches/2.6/resources/db/update.bat
===================================================================
--- branches/2.6/resources/db/update.bat	2010-07-03 17:31:27 UTC (rev 6542)
+++ branches/2.6/resources/db/update.bat	2010-07-03 17:45:38 UTC (rev 6543)
@@ -103,7 +103,9 @@
 
 echo performing updates
 echo   update to 2.6.1
-psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/%USEDBENC%/update/update_2.6_to_2.6.1_pgsql_%USEDBENC%.sql %DBNAME% 1>> log_update.txt 2>> err_update.txt
+psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/%USEDBENC%/update/update_2.6_to_2.6.1_pgsql_%USEDBENC%.sql %DBNAME% 1>> log_update.txt 2>> err_update.txt
+echo   update to 2.6.2
+psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/%USEDBENC%/update/update_2.6.1_to_2.6.2_pgsql_%USEDBENC%.sql %DBNAME% 1>> log_update.txt 2>> err_update.txt
 goto END:
 
 :PGNOTFOUND

Modified: branches/2.6/resources/db/update.sh
===================================================================
--- branches/2.6/resources/db/update.sh	2010-07-03 17:31:27 UTC (rev 6542)
+++ branches/2.6/resources/db/update.sh	2010-07-03 17:45:38 UTC (rev 6543)
@@ -95,8 +95,12 @@
     fi
 	echo "update to 2.6.1"
 	psql -U $DBUSER  -h $DBHOST -p $DBPORT -f pgsql/$DBENCODING/update/update_2.6_to_2.6.1_pgsql_$DBENCODING.sql $DBNAME >> log_update.txt 2>> err_update.txt
+	echo "update to 2.6.2"
+	psql -U $DBUSER  -h $DBHOST -p $DBPORT -f pgsql/$DBENCODING/update/update_2.6.1_to_2.6.2_pgsql_$DBENCODING.sql $DBNAME >> log_update.txt 2>> err_update.txt
+
 }
 
+
 #magic starts here
 show_disclaimer;
 



More information about the Mapbender_commits mailing list