On 06/14/2018 09:43 AM, Clifford Snow wrote:
I just upgraded from Fedora 27 to 28. Everything working except the upgrade from Postgresql 9.6 to 10

Searching for help led me to manually add postgis-2.3.so <http://postgis-2.3.so> and rtpostgis-2.3.so <http://rtpostgis-2.3.so> to /usr/lib64/pgsql/ and /usr/lib64/pgsql/postgresql-9.6/lib/

Don't do that.  Make sure you haven't overwritten something, first:

rpm -qf /usr/lib64/pgsql/{postgis-2.3.so <http://postgis-2.3.so>,rtpostgis-2.3.so <http://rtpostgis-2.3.so>} /usr/lib64/pgsql/postgresql-9.6/lib/{postgis-2.3.so <http://postgis-2.3.so>,rtpostgis-2.3.so <http://rtpostgis-2.3.so>}

If rpm reports that those files aren't owned by a package, then remove them.  If they are, then use dnf to reinstall the package.

Once that's straightened out, install postgresql-upgrade and use that to upgrade your data files.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/IB6VYGR2XYGHP2MXNYLZ46Q5THR27CAZ/

Reply via email to