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

Skip to content

Commit b4926da

Browse files
committed
Upgrade to PostgreSQL 11.4
[#166818235]
1 parent 6a3630b commit b4926da

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
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.3.tar.gz:
6-
size: 25868246
7-
object_id: 5269c2e2-fc4f-403c-55d8-719fe669a8d5
8-
sha: c287bb06ee1c24a0d2ab182111394352239483e0
5+
postgres/postgresql-11.4.tar.gz:
6+
size: 25915738
7+
object_id: e1695bcf-c2c7-4918-532d-981d1082aa44
8+
sha: 49a2a05d66538fec80d30b1b29091529539fc8d5

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.3
18+
- postgres-11.4
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.3"
25+
current_version="11.4"
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.3
31+
- postgres-11.4
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.3"
9+
current_version="11.4"
1010
pgversion_current="postgres-${current_version}"
1111

1212
JOB_DIR=/var/vcap/jobs/postgres

packages/postgres-11.3/spec

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

packages/postgres-11.4/spec

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

versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ versions:
3636
3: "PostgreSQL 9.4.6"
3737
2: "PostgreSQL 9.4.6"
3838
1: "PostgreSQL 9.4.6"
39-
old: 36
39+
old: 37

0 commit comments

Comments
 (0)