10000
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 7eb9cd3 commit c8eb91aCopy full SHA for c8eb91a
ansible/tasks/internal/admin-api.yml
@@ -18,6 +18,10 @@
18
- { file: "enable_walg.sh" }
19
- { file: "grow_fs.sh" }
20
- { file: "manage_readonly_mode.sh" }
21
+ - { file: "pg_upgrade_check.sh" }
22
+ - { file: "pg_upgrade_complete.sh" }
23
+ - { file: "pg_upgrade_initiate.sh" }
24
+ - { file: "pg_upgrade_prepare.sh" }
25
26
- name: give adminapi user permissions
27
copy:
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.0.17-rc3"
+postgres-version = "15.1.0.19"
0 commit comments