We should be using PostgreSQL 15 libs.
parent
c07053bce5
commit
8ecdfb4298
|
@ -230,7 +230,7 @@ if [ "${OS_VERSION}" == 7 ]; then
|
|||
fi
|
||||
|
||||
# Get the libpq we need
|
||||
yumdownloader -y --downloadonly --destdir="${DISTROOT}" postgresql14-libs
|
||||
yumdownloader -y --downloadonly --destdir="${DISTROOT}" postgresql15-libs
|
||||
|
||||
#
|
||||
# Get the results!
|
||||
|
|
Loading…
Reference in New Issue