Skip to content

Commit

Permalink
Bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-rabbit-bot committed Nov 9, 2023
1 parent b69f72e commit 355fecb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ postgres/postgresql-13.13.tar.gz:
size: 28230222
object_id: c4700c3d-b92a-4452-5962-05d314de3b15
sha: sha256:68b102de6f04a9ca32031f2f45a91a6e09e6a69a8679414d102b75b56f8f6a39
postgres/postgresql-15.4.tar.gz:
size: 29978353
object_id: d9541552-3568-4fd0-7ae4-18e19c75b06a
sha: sha256:0e11eee723dd7e59a634052bc1bfc9be605e55c1cca3f66e9fc25d3a394fb030
postgres/postgresql-15.5.tar.gz:
size: 30261268
object_id: f18cfbf7-e73e-4d00-6365-72eb6fd14b2a
sha: sha256:9f29a89e5ffd0ed0cdf44e53df244f52a30f9e010333f46031d753815fa9ca67
2 changes: 1 addition & 1 deletion jobs/bbr-postgres-db/templates/config.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if_link("database") do |data|
end

%>
current_version="15.4"
current_version="15.5"
JOB_DIR="/var/vcap/jobs/bbr-postgres-db"
PACKAGE_DIR="/var/vcap/packages/postgres-${current_version%.*}"
PORT="<%= port %>"
Expand Down
2 changes: 1 addition & 1 deletion jobs/postgres/templates/pgconfig.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -x # if you want tracing disabled, set 'databases.enable_traces: false' in t
ENABLE_TRACE=0
# set -x # uncomment it if you want to enable tracing in all control scripts
<% end %>
current_version="15.4"
current_version="15.5"
pgversion_current="postgres-${current_version}"

JOB_DIR=/var/vcap/jobs/postgres
Expand Down

0 comments on commit 355fecb

Please sign in to comment.