[Mapbender-dev] [Mapbender] #88: enhancements ideas for
mapbender_setup
Mapbender
info at osgeo.org
Wed Sep 12 05:28:18 EDT 2007
#88: enhancements ideas for mapbender_setup
--------------------------+-------------------------------------------------
Reporter: Marko | Owner: mapbender_dev at lists.osgeo.org
Type: enhancement | Status: new
Priority: trivial | Milestone:
Component: installation | Version: 2.4.2
Keywords: setup |
--------------------------+-------------------------------------------------
-For the current mapbender_setup and the further development, it would be
nice to have a '''version number''' at one central point, like the
mapbender.conf.
like:
{{{#--------------------}}}[[BR]]
{{{#Mapbender Version }}}[[BR]]
{{{#--------------------}}}[[BR]]
{{{define("MB_VERSION", "2.5.0");}}}
-The future mapbender-setup '''update function''' should get the required
database changes from a historized '''database-changes file'''
(txt,xml,json ...whatever?!) to update and the installed Mapbender
Algorithm Idea:[[BR]]
{{{current version 2.4.0<->new version 2.5.0}}}[[BR]]
{{{=> create an update script from version 2.4.1 up to 2.5.0 from
database-changes file ......}}}
database-changes file structure:[[BR]]
{{{<version>2.4.1</version>}}}
{{{<change>CREATE TABLE layer_epsg_tmp AS SELECT DISTINCT * FROM
layer_epsg;</change>......}}}[[BR]]
{{{<version>2.5.0</version>}}}
{{{<change>ALTER TABLE wfs_conf_element ADD COLUMN f_auth_varname
VARCHAR(50);</change>......}}}[[BR]]
--
Ticket URL: <http://trac.osgeo.org/mapbender/ticket/88>
Mapbender <http://www.mapbender.org/>
Mapbender
More information about the Mapbender_dev
mailing list