You've already forked pg_probackup
							
							
				mirror of
				https://github.com/postgrespro/pg_probackup.git
				synced 2025-10-31 00:17:52 +02:00 
			
		
		
		
	Fix test packagin script for 9.6 [ci skip]
This commit is contained in:
		| @@ -77,6 +77,12 @@ if [ ${DISTRIB} == 'centos' ] && [ ${DISTRIB_VERSION} == '8' ]; then | ||||
|     dnf -qy module disable postgresql | ||||
| fi | ||||
|  | ||||
| # PGDG doesn't support install of PG-9.6 from repo package anymore | ||||
| if [ ${PG_VERSION} == '9.6' ] && [ ${DISTRIB_VERSION} == '7' ]; then | ||||
|     # ugly hack: use repo settings from PG10 | ||||
|     sed -i 's/10/9.6/' /etc/yum.repos.d/pgdg-redhat-all.repo | ||||
| fi | ||||
|  | ||||
| yum install -y postgresql${PG_TOG}-server.x86_64 | ||||
| export PGDATA=/var/lib/pgsql/${PG_VERSION}/data | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user