File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33# default parameters:
44OS=" centos:7"
5- PG_VERSION=" 12 "
5+ PG_VERSION=" 14 "
66
77for i in " $@ "
88do
Original file line number Diff line number Diff line change 44OS=" centos:7"
55PACKAGE_MANAGER_INSTALL=" sudo yum -y install"
66REPO=${PACKAGE_MANAGER_INSTALL} " https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm"
7- PG_VERSION=" 12 "
7+ PG_VERSION=" 14 "
88
99for i in " $@ "
1010do
Original file line number Diff line number Diff line change 33# default parameters:
44OS=" centos"
55PACKAGE_MANAGER_REMOVE=" sudo yum -y remove"
6- PG_VERSION=" 12 "
6+ PG_VERSION=" 14 "
77PG_PATH=" /usr/lib/postgresql/9.6/bin/"
88
99for i in " $@ "
Original file line number Diff line number Diff line change 22
33# default parameters:
44OS=" centos:7"
5- PG_VERSION=" 12 "
5+ PG_VERSION=" 14 "
66
77for i in " $@ "
88do
You can’t perform that action at this time.
0 commit comments