Skip to content

Commit ca324c0

Browse files
committed
Upgrade to PostgreSQL 9.6.10
[#159734063]
1 parent 1e2e2bb commit ca324c0

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

config/blobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
postgres/postgresql-9.6.8.tar.gz:
2-
size: 25580796
3-
object_id: b23ff07d-14b4-42d5-68a7-8aff7237c05d
4-
sha: 0045f862882772815dec9f6b62481849490634e6
1+
postgres/postgresql-9.6.10.tar.gz:
2+
size: 26212016
3+
object_id: 581f0bec-23b5-48a0-4cfc-b6bc36a023c6
4+
sha: 10c705ade828c57710ae0f1ad5bf39217765207f
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -e
2-
current_version="9.6.8"
2+
current_version="9.6.10"
33
PACKAGE_DIR="/var/vcap/packages/postgres-${current_version}"
44
PORT="<%= link("database").p("databases.port") %>"
55
DATABASES=(<%= link("database").p("databases.databases", []).map{|d| d["name"]}.join(' ')%>)

jobs/postgres/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ templates:
2727

2828
packages:
2929
- postgres-common
30-
- postgres-9.6.8
30+
- postgres-9.6.10
3131

3232
provides:
3333
- 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="9.6.8"
9+
current_version="9.6.10"
1010
pgversion_current="postgres-${current_version}"
1111

1212
JOB_DIR=/var/vcap/jobs/postgres
File renamed without changes.

packages/postgres-9.6.10/spec

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

packages/postgres-9.6.8/spec

Lines changed: 0 additions & 4 deletions
This file was deleted.

versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ versions:
2828
3: "PostgreSQL 9.4.6"
2929
2: "PostgreSQL 9.4.6"
3030
1: "PostgreSQL 9.4.6"
31-
old: 27
31+
old: 29

0 commit comments

Comments
 (0)