baltun
Администратор
- Сообщения
- 12.285
- Реакции
- 3.082
- Баллы
- 1.833
Устанавливаем репозиторий:
Отключаем модуль postgresql:
Устанавливаем репозиторий EPEL:
Включаем репозиторий PowerTools:
Для PostgreSQL13:
Для PostgreSQL12.5:
Код:
dnf -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm
Отключаем модуль postgresql:
Код:
dnf -qy module disable postgresql
Устанавливаем репозиторий EPEL:
Код:
dnf -y install epel-release
Включаем репозиторий PowerTools:
Код:
dnf -y config-manager --set-enabled powertools
Для PostgreSQL13:
Код:
dnf -y install postgis31_13
Для PostgreSQL12.5:
Код:
dnf -y install postgis25_12