Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 325f760

Browse files
committed
Upgrade to PostgreSQL 11.8
[#173681958]
1 parent c5c2f39 commit 325f760

File tree

10 files changed

+58
-57
lines changed

10 files changed

+58
-57
lines changed

config/blobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ postgres/postgresql-9.6.10.tar.gz:
22
size: 26212016
33
object_id: 581f0bec-23b5-48a0-4cfc-b6bc36a023c6
44
sha: 10c705ade828c57710ae0f1ad5bf39217765207f
5-
postgres/postgresql-11.7.tar.gz:
6-
size: 26065946
7-
object_id: c26c0045-a411-48fb-4066-8ed581148c9c
8-
sha: sha256:4db579e34f1d61433db9f29971b04934ea1e3318e4c3905b1e6f240e5b853539
5+
postgres/postgresql-11.8.tar.gz:
6+
size: 26119769
7+
object_id: 2cd50a56-39fe-4057-77fb-15eae434c5ee
8+
sha: sha256:92606bdafb16db63deb516a0f34a07274838a15a2babe73718948b56a8521bf0

jobs/bbr-postgres-db/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ templates:
1515
packages:
1616
- postgres-common
1717
- postgres-9.6.10
18-
- postgres-11.7
18+
- postgres-11.8
1919

2020
consumes:
2121
- name: database

jobs/bbr-postgres-db/templates/config.sh.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if_link("database") do |data|
2222
end
2323

2424
%>
25-
current_version="11.7"
25+
current_version="11.8"
2626
JOB_DIR="/var/vcap/jobs/bbr-postgres-db"
2727
PACKAGE_DIR="/var/vcap/packages/postgres-${current_version}"
2828
PORT="<%= port %>"

jobs/postgres/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ templates:
2828
packages:
2929
- postgres-common
3030
- postgres-9.6.10
31-
- postgres-11.7
31+
- postgres-11.8
3232

3333
provides:
3434
- name: postgres

jobs/postgres/templates/pgconfig.sh.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -x # if you want tracing disabled, set 'databases.enable_traces: false' in t
66
ENABLE_TRACE=0
77
# set -x # uncomment it if you want to enable tracing in all control scripts
88
<% end %>
9-
current_version="11.7"
9+
current_version="11.8"
1010
pgversion_current="postgres-${current_version}"
1111

1212
JOB_DIR=/var/vcap/jobs/postgres

packages/postgres-11.7/spec

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.

packages/postgres-11.8/spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: postgres-11.8
3+
files:
4+
- postgres/postgresql-11.8.tar.gz

src/acceptance-tests/Gopkg.lock

Lines changed: 45 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ versions:
4040
3: "PostgreSQL 9.4.6"
4141
2: "PostgreSQL 9.4.6"
4242
1: "PostgreSQL 9.4.6"
43-
old: 40
43+
old: 41

0 commit comments

Comments
 (0)