Skip to content

Commit 343f727

Browse files
committed
Merge branch 'fhambrec-postgres-version-update-11.15' into develop
2 parents e300190 + c1b376c commit 343f727

File tree

9 files changed

+13
-9
lines changed

9 files changed

+13
-9
lines changed

config/blobs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ postgres/postgresql-11.10.tar.gz:
66
size: 26206541
77
object_id: c514a8b7-8dfb-4e03-743b-5c12de7a86ce
88
sha: sha256:17397d1b2c46cadd135b03433a81466afd7821ddbd4cf24671d410b23572e486
9+
postgres/postgresql-11.15.tar.gz:
10+
size: 26206541
11+
object_id: d7c5a709-fcac-47d9-4528-f4244d75cf43
12+
sha: sha256:17397d1b2c46cadd135b03433a81466afd7821ddbd4cf24671d410b23572e486

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

1212
JOB_DIR=/var/vcap/jobs/postgres

packages/postgres-11.10/spec

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

packages/postgres-11.15/spec

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

versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ versions:
4242
3: "PostgreSQL 9.4.6"
4343
2: "PostgreSQL 9.4.6"
4444
1: "PostgreSQL 9.4.6"
45-
old: 42
45+
old: 43

0 commit comments

Comments
 (0)