| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 9 Jul 2010 11:28:43
|
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?
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 10 Jul 2010 05:11:15
|
Vibhor_K
Senior member
![[Avatar]](/images/avatar/6b1086f5fb6b725a975602564298d4b9.jpg)
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
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 10 Jul 2010 08:21:22
|
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.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11 Jul 2010 00:18:47
|
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.
|
|
|
 |
|
|