[postgis-users] How do you install multiple versions of Postgis on a single database cluster

Sindile Bidla sindile.bidla at gmail.com
Thu Oct 27 09:54:19 PDT 2011


Thank you

On 27 October 2011 17:48, Sandro Santilli <strk at keybit.net> wrote:

> On Thu, Oct 27, 2011 at 12:01:14AM +0200, Sindile Bidla wrote:
> > I am running ubuntu 11.10 with PostgreSQL 9.1 with Postgis 1.5.3
> installed
> > via apt. I would also like to test Postgis 2.0 on the same database
> cluster
> > any advise on how to proceed.
> >
> > I have already downloaded Postgis 2.0 from
> > http://postgis.refractions.net/download/postgis-2.0.0SVN.tar.gz
>
> ./configure --with-topology --with-raster && make && make check &&
> sudo make install
>
>  createdb pgis20_tests
>  createlang pgis20_tests plpgsql
>  psql -f postgis/postgis.sql pgis20_tests
>
> Then you have your old databases using 1.5.3 and the new database
> using 2.0.0SVN.
>
> Don't miss to also install GEOS-3.3.1 for getting most out of topology
> (install it _before_ building the new postgis).
>
> --strk;
>
>  ()   Free GIS & Flash consultant/developer
>  /\   http://strk.keybit.net/services.html
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20111027/efc1a090/attachment.html>


More information about the postgis-users mailing list