Skip to content

Commit

Permalink
Merge pull request #6 from PaaS-TA/working-1.1.5
Browse files Browse the repository at this point in the history
[PAAS-TA-APP-LIFECYCLE-SERVICE-RELEASE] postgresql 11.17
  • Loading branch information
okpc579 committed Sep 16, 2022
2 parents 7c5616a + ca9c5ea commit e7b4724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
- Download & Copy "source files" into the src directory
```
## download source files
$ wget -O src.zip https://nextcloud.paas-ta.org/index.php/s/cTgLE4YCoFgMBpA/download
$ wget -O src.zip https://nextcloud.paas-ta.org/index.php/s/qksWX6iygDeQRSg/download
## unzip download source files
$ unzip src.zip
Expand All @@ -105,7 +105,7 @@
├── nginx
│   └── nginx-1.21.3.tar.gz
├── postgres
│   └── postgresql-11.16.tar.gz
│   └── postgresql-11.17.tar.gz
└── service-broker
│ └── paasta-app-lifecycle-service-broker.jar
```
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
#echo "Copying postgres ${SRC_NAME}..."
#cp -a ${BOSH_COMPILE_TARGET}/* ${BOSH_INSTALL_TARGET}

POSTGRESQL_VERSION=11.16
POSTGRESQL_VERSION=11.17

cd postgres
tar xfz postgresql-${POSTGRESQL_VERSION}.tar.gz
Expand Down

0 comments on commit e7b4724

Please sign in to comment.