Search Criteria
Package Details: postgis-old-upgrade 3.5.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/postgis-old-upgrade.git (read-only, click to copy) |
---|---|
Package Base: | postgis-old-upgrade |
Description: | PostGIS build against postgresql-old-upgrade package for pg_upgrade |
Upstream URL: | https://postgis.net/ |
Licenses: | GPL |
Submitter: | amdg |
Maintainer: | gds506 |
Last Packager: | gds506 |
Votes: | 8 |
Popularity: | 0.192736 |
First Submitted: | 2018-12-17 20:08 (UTC) |
Last Updated: | 2025-01-15 14:06 (UTC) |
Dependencies (10)
- gdal (gdal-hdf4AUR, gdal-ecwAUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR)
- json-c (json-c-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- pcre
- postgresql-old-upgrade
- proj (proj-gitAUR)
- protobuf-c (protobuf-c-gitAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- perl (perl-gitAUR) (optional) – for scripts in contrib folder
Latest Comments
« First ‹ Previous 1 2
bostonvaulter commented on 2022-04-23 17:55 (UTC)
I was able to upgrade today just by changing
pg_majorver=12
topg_majorver=13
c-reeder commented on 2021-04-02 19:24 (UTC)
@blueyed, Thanks! You're my hero of the day!
blueyed commented on 2021-01-19 17:12 (UTC)
The following patched worked for me:
RadioGnome1971 commented on 2020-12-19 18:56 (UTC)
I was able to build it or the 12 -> 13 upgrade by simply changing the parameter 'pg_majorver' to '12' in PKGBUILD.
Only I needed not-mentioned dependencies - clang - distcc - llvm and something which was installed as dependency for clang, and I forgot to note down..
mat commented on 2020-12-10 15:57 (UTC)
With postgresql moving from 12 to 13, this needs a few updates.
jreniel commented on 2020-03-24 13:54 (UTC) (edited on 2020-03-24 15:07 (UTC) by jreniel)
I agree with @bobpaul ... It would be very useful if this package would also include the postgis compiled against the newer postgresql version, because it seem to be required for migration. I'm never again using Arch for a Postgresql db as every upgrade breaks everything.
bobpaul commented on 2020-03-04 22:24 (UTC) (edited on 2020-03-04 22:24 (UTC) by bobpaul)
So in order to upgrade from Postgresql 11 to 12, I had to install both this package AND manually build postgis 2.5 against postgres 12 (and install those *.so files into
/usr/lib/postgresql
). After running the upgrade, I had to run the command to upgrade my databases to postgis 3 and then I could delete the postgis-2.5 compiled against postgresql 12. (instructions are mostly in this ticket: https://bugs.archlinux.org/task/64606)It would be really convenient if this package provided both postgis-old for postgres-old (installed into /opt) as well as postgis-old for the current version of postgres (installed into /usr).
Does that make sense and seem reasonable?
geosam commented on 2019-12-12 17:24 (UTC)
Thanks!!
« First ‹ Previous 1 2