EnterpriseDB: The Enterprise Postgres Company Postgres Plus Forums: The PostgreSQL Open Source Database from EnterpriseDB
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 

StackBuilder Plus can't update PostGIS 1.4  XML

Forum Index » Standard Server
Author Message
null

Member

Joined: 2 Apr 2008 17:21:41
Messages: 78
Offline

Hello,

OS: Ubuntu 10.4 x64

1. I select StackBuilder application "PostGIS 1.4 for PostgresSQL 8.4 v1.4.1-1 (v1.4.0-2 installed)" to update,

2. StackBuilder downloads installation files to /tmp directory,

3. After download completed, select Next > button,

4. Immediately StackBuilder displays Installation complete! without actually performs the update installation.

5. StackBuilder Notification continues to display PostGIS requires update.


Why am I unable to update PostGIS?
Vibhor_K

Senior member
[Avatar]

Joined: 3 Jul 2009 09:46:15
Messages: 444
Offline

Please execute the following command after connecting to template_postgis database:

select postgis_full_version();

Also, please share the following
grep -A5 -i PostGIS /etc/postgres-reg.ini

Thanks & Regards,
Vibhor Kumar
Blog:http://vibhork.blogspot.com
[Email] [WWW]
Sachin_S

Senior member

Joined: 1 Aug 2008 02:37:24
Messages: 445
Offline

Hello,

Try to manually run the installer downloaded in the /tmp directory. If its failing you will see some errors there or in the installation logs created in the /tmp directory.


--
Regards,
Sachin Srivastava
EnterpriseDB , the Enterprise Postgres company.
null

Member

Joined: 2 Apr 2008 17:21:41
Messages: 78
Offline

Hello Vibhor,

template_postgis=# select postgis_full_version();
postgis_full_version
---------------------------------------------------------------------------------------------------------------------
POSTGIS="1.4.1" GEOS="3.2.0-CAPI-1.6.0" PROJ="Rel. 4.6.1, 21 August 2008" USE_STATS (procs from 1.4.0 need upgrade)
(1 row)

postgres@ubuntu-laptop:~$ grep -A5 -i PostGIS /etc/postgres-reg.ini
[PostGIS_PG84]
Branding=Postgres Plus Standard Server 8.4
Description=PostGIS adds support for geographic objects to PostgreSQL.
InstallationDirectory=/opt/PostgresPlus/8.4SS
Version=1.4.1-1

[pgbouncer]
Description=Connection pooler for PostgreSQL Server, packaged by EnterpriseDB.


Hello Sachin,

I successfully installed from /tmp directory.
 
Forum Index » Standard Server
Go to:   
Powered by JForum 2.1.8 © JForum Team