We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d267a1 commit 94c1e21Copy full SHA for 94c1e21
.github/workflows/publish-nix-pgupgrade-scripts.yml
@@ -82,7 +82,7 @@ jobs:
82
SLACK_COLOR: 'danger'
83
SLACK_MESSAGE: 'Publishing pg_upgrade scripts failed'
84
SLACK_FOOTER: ''
85
- #TODO Remove this comment
+ #TODO Remove this comment
86
publish-prod:
87
needs: prepare
88
runs-on: ubuntu-latest
ansible/vars.yml
@@ -11,8 +11,8 @@ postgres_major:
11
12
# Full version strings for each major version
13
postgres_release:
14
- postgres15: "15.8.1.010-staging5"
15
- postgres16: "16.3.1.016-staging5"
+ postgres15: "15.8.1.010-staging6"
+ postgres16: "16.3.1.016-staging6"
16
17
# Non Postgres Extensions
18
pgbouncer_release: "1.19.0"
0 commit comments