postgresql: bump default version to 15.7

This commit is contained in:
ace 2024-05-15 15:51:26 +03:00
parent b6f157394c
commit 0b74982f90
Signed by: ace
GPG Key ID: 2C08973DD37A76FD
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
postgresql_version: "15.6" postgresql_version: "15.7"
# Options # Options
postgresql_install_official_repo: true postgresql_install_official_repo: true
@ -30,10 +30,10 @@ postgresql_wal_g_restore_config_name: ".walg-restore.json"
postgresql_wal_g_pitr: 'latest' postgresql_wal_g_pitr: 'latest'
postgresql_wal_g_restore_backup_name: 'LATEST' postgresql_wal_g_restore_backup_name: 'LATEST'
postgresql_wal_g_binary_name: "wal-g-pg" postgresql_wal_g_binary_name: "wal-g-pg"
#postgresql_postgresql_archive_command: "wal-g wal-push %p" #postgresql_postgresql_archive_command: "wal-g-pg wal-push %p"
#postgresql_postgresql_restore_command: "wal-g wal-fetch %f %p" #postgresql_postgresql_restore_command: "wal-g-pg wal-fetch %f %p"
#postgresql_restore_dbs_from_backup_command: "wal-g backup-fetch {{ postgresql_wal_g_restore_backup_name }}" #postgresql_restore_dbs_from_backup_command: "wal-g-pg backup-fetch {{ postgresql_wal_g_restore_backup_name }}"
#postgresql_restore_wals_from_backup_command: "wal-g wal-fetch %f %p" #postgresql_restore_wals_from_backup_command: "wal-g-pg wal-fetch %f %p"
postgresql_recovery_target_time: "" postgresql_recovery_target_time: ""
postgresql_promote_trigger_file: "{{ postgresql_data_dir }}/promote.trigger" postgresql_promote_trigger_file: "{{ postgresql_data_dir }}/promote.trigger"

View File

@ -13,7 +13,7 @@
- name: Include WAL-G role - name: Include WAL-G role
ansible.builtin.include_role: ansible.builtin.include_role:
name: wal-g name: wal-g-pg
vars: vars:
wal_g_pg: yes wal_g_pg: yes
wal_g_pg_home_dir: "{{ postgresql_home_dir }}" wal_g_pg_home_dir: "{{ postgresql_home_dir }}"

View File

@ -34,7 +34,7 @@
- name: Include WAL-G role - name: Include WAL-G role
ansible.builtin.include_role: ansible.builtin.include_role:
name: wal-g name: wal-g-pg
vars: vars:
wal_g_pg: yes wal_g_pg: yes
wal_g_pg_home_dir: "{{ postgresql_home_dir }}" wal_g_pg_home_dir: "{{ postgresql_home_dir }}"