[postgis-users] RC6 (Test in AMD64 Debian Sarge)

TECHER Jean David davidtecher at yahoo.fr
Thu Mar 31 01:54:35 PST 2005


Hi Paul

I've just tried as I said in one of my last mail PostGIS RC6...

My last PostGIS version was RC5...

The Perl script 'postgis_restore.pl' works for me...I did

----------------------------------------------------------------

wget http://postgis.refractions.net/postgis-1.0.0-rc6.tar.gz

tar xvzf postgis-1.0.0.-rc6.tar.gz

cd postgis-1.0.0RC6

./configure --enable-autoconf --with-geos --with-proj

make

----------------------------------------------------------------
OK

So let's go for restore as it is done at
http://postgis.refractions.net/docs/ch02.html#upgrading

----------------------------------------------------------------
chmod 777 -R .
su postgres
mkdir dump
mkdir log
for i in '...' '...' '...' '....'
do
pg_dump -c -O --format=t $i > dump/$i.tar
dropdb $i
sh utils/postgis_restore.pl lwpostgis.sql $i dump/$i.tar > log/$i.log
done
-----------------------------------------------------------------
where '...' is the name of my DataBases

Dumping (pgsql2shp) is OK....
All our GIS demosservers  are OK....
----------------------------------------------------------------
TECHER Jean David
Responsable Informatique 01MAP
e-mail: davidtecher at yahoo.fr
Bureau: 04 67 45 60 27
Portable: 06 85 37 36 75
site perso : http://techer.pascal.free.fr/postgis/
site pro: http://www.01map.com/download/
K-S:"The greatest trick the devil pulled off was convincing people he didn't
exist"
------------------------------------------------------------
----- Original Message -----
From: "Paul Ramsey" <pramsey at refractions.net>
To: "PostGIS Users" <postgis-users at postgis.refractions.net>
Sent: Wednesday, March 30, 2005 7:27 PM
Subject: [postgis-users] RC6


> Yes, six. Really. Can't be too sure...
>
> http://postgis.refractions.net/postgis-1.0.0-rc6.tar.gz
>
> Paul
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>






More information about the postgis-users mailing list