mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-01-18 12:02:25 +00:00
postgresql: bump default version to 15.7
This commit is contained in:
parent
b6f157394c
commit
0b74982f90
@ -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"
|
||||||
|
@ -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 }}"
|
||||||
|
@ -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 }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user