baltun
Администратор
		- Сообщения
- 12.854
- Реакции
- 3.250
- Баллы
- 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 
				