Summary: | databases/postgis*: Upgrading postgis and postgresql at the same time fails | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | smars |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed Works As Intended | ||
Severity: | Affects Some People | CC: | girgen, harrison.grundy, lbartoletti, pgsql, rhurlin |
Priority: | --- | Keywords: | needs-qa |
Version: | Latest | Flags: | lbartoletti:
maintainer-feedback+
|
Hardware: | Any | ||
OS: | Any |
Description
smars
2019-09-17 14:07:22 UTC
Hi! Sorry for this late answer. From your error message, it seems to me that you simply installed the wrong version of the library? Palle The proper way to upgrade postgres with postgis is descibed in https://postgis.net/workshops/postgis-intro/upgrades.html -- Martin You'll need to do the following to get out of this: 1. Uninstall PostGIS 2.5 2. Reinstall PostGIS 2.4 (postgis24) 3. Run PostgreSQL update (9.4 to 9.5) 4. Use the PostGIS Update instructions, install the PostGIS 2.5 stuff. This triggered trying to update PostgreSQL and PostGIS at once. It gets riled up at that. Portmaster can get you into some interesting places with PostGIS. ^Triage: - This is a postgis upgrade issue *involving* concurrent posgresql update. Reclassify accordingly (In reply to Harrison Grundy from comment #3) I second you on this (official) method. koobs, may I add a pkg-message to describe the update? |