File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# default parameters:
4
4
OS=" centos:7"
5
- PG_VERSION=" 12 "
5
+ PG_VERSION=" 14 "
6
6
7
7
for i in " $@ "
8
8
do
Original file line number Diff line number Diff line change 4
4
OS=" centos:7"
5
5
PACKAGE_MANAGER_INSTALL=" sudo yum -y install"
6
6
REPO=${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 "
8
8
9
9
for i in " $@ "
10
10
do
Original file line number Diff line number Diff line change 3
3
# default parameters:
4
4
OS=" centos"
5
5
PACKAGE_MANAGER_REMOVE=" sudo yum -y remove"
6
- PG_VERSION=" 12 "
6
+ PG_VERSION=" 14 "
7
7
PG_PATH=" /usr/lib/postgresql/9.6/bin/"
8
8
9
9
for i in " $@ "
Original file line number Diff line number Diff line change 2
2
3
3
# default parameters:
4
4
OS=" centos:7"
5
- PG_VERSION=" 12 "
5
+ PG_VERSION=" 14 "
6
6
7
7
for i in " $@ "
8
8
do
You can’t perform that action at this time.
0 commit comments