Skip to content

Commit 1e044f8

Browse files
suhligvaleriap
authored andcommitted
Upgrade to PostgreSQL 11.2
[#164275096] Signed-off-by: Valeria Perticara <[email protected]>
1 parent 526d713 commit 1e044f8

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.1.tar.gz:
6-
size: 28078799
7-
object_id: f9ad3ba2-9705-4e0f-5605-abd3239093c8
8-
sha: 5f3e45d5ad5ec3372474eda83e6441ca885ab2cd
5+
postgres/postgresql-11.2.tar.gz:
6+
size: 25779561
7+
object_id: 043e0299-a3b9-47fa-754f-cc501e8d0af9
8+
sha: c047df58bed5b00058d5eb6bde011beed102521d

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

1212
JOB_DIR=/var/vcap/jobs/postgres

packages/postgres-11.1/spec

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

packages/postgres-11.2/spec

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

versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ versions:
3434
3: "PostgreSQL 9.4.6"
3535
2: "PostgreSQL 9.4.6"
3636
1: "PostgreSQL 9.4.6"
37-
old: 31
37+
old: 35

0 commit comments

Comments
 (0)