8000 chore: add pg_upgrade_files (#459) · GQAdonis/postgres@c8eb91a · GitHub
[go: up one dir, main page]

Skip to content

Commit c8eb91a

Browse files
authored
chore: add pg_upgrade_files (supabase#459)
* chore: add pg_upgrade_files
1 parent 7eb9cd3 commit c8eb91a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ansible/tasks/internal/admin-api.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
- { file: "enable_walg.sh" }
1919
- { file: "grow_fs.sh" }
2020
- { 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" }
2125

2226
- name: give adminapi user permissions
2327
copy:

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.17-rc3"
1+
postgres-version = "15.1.0.19"

0 commit comments

Comments
 (0)
0