Issue upgrading from v3.7.8 to v4.0.7 with psycopg-c RHEL8 #16981
Answered
by
scu-cmoore1
scu-cmoore1
asked this question in
Help Wanted!
-
We upgraded successfully from v3.5.7 to v3.7.8, but when attempting to run an upgrade on v4.0.7, we got an error related to psycopg. Is there an additional package that needs to be installed for RHEL8? We already have libpq-devel and python3.11-devel installed as suggested in this issue #16047 Error output on running upgrade.sh
|
Beta Was this translation helpful? Give feedback.
Answered by
scu-cmoore1
Aug 9, 2024
Replies: 1 comment 3 replies
-
The issue may be related to using a third-party package for PostgreSQL; we are currently investigating that. Slack message archive found |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We were able to fix the issue by installing postgresql13-devel due to using a third-party install of Postgresql.
dnf install -y postgresql13-devel