Skip to content

Commit f7d21e3

Browse files
committed
Upgrade to PostgreSQL 11.6
1 parent 3a0ae27 commit f7d21e3

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.5.tar.gz:
6-
size: 25940612
7-
object_id: a3d5d2ad-9edc-4ba0-689e-2da575537664
8-
sha: a16aabac293d238423274c6cca5a8aecddc3edcd
5+
postgres/postgresql-11.6.tar.gz:
6+
size: 26001678
7+
object_id: 4ddf1b70-7919-4e56-7857-5485b5802900
8+
sha: sha256:5644ad3f75bc9873e80e3d569c80ad75863438b4260bfe4c82f056486dba9308

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

1212
JOB_DIR=/var/vcap/jobs/postgres

packages/postgres-11.5/spec

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

packages/postgres-11.6/spec

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

versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ versions:
3838
3: "PostgreSQL 9.4.6"
3939
2: "PostgreSQL 9.4.6"
4040
1: "PostgreSQL 9.4.6"
41-
old: 38
41+
old: 39

0 commit comments

Comments
 (0)