Selaa lähdekoodia

Update postgres-backup (v18-0 → v18-1)

Use `postgres_backup_restart_necessary`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4951/head
Suguru Hirahara 1 viikko sitten
vanhempi
commit
ee79348254
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      group_vars/matrix_servers
  2. +1
    -1
      requirements.yml

+ 1
- 1
group_vars/matrix_servers Näytä tiedosto

@@ -734,7 +734,7 @@ devture_systemd_service_manager_services_list_auto: |
([{ ([{
'name': (postgres_backup_identifier + '.service'), 'name': (postgres_backup_identifier + '.service'),
'priority': 5000, 'priority': 5000,
'restart_necessary': true,
'restart_necessary': (postgres_backup_restart_necessary | bool),
'groups': ['matrix', 'backup', 'postgres-backup'], 'groups': ['matrix', 'backup', 'postgres-backup'],
}] if postgres_backup_enabled else []) }] if postgres_backup_enabled else [])
+ +


+ 1
- 1
requirements.yml Näytä tiedosto

@@ -60,7 +60,7 @@
version: v18.2-2 version: v18.2-2
name: postgres name: postgres
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-postgres-backup.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-postgres-backup.git
version: v18-0
version: v18-1
name: postgres_backup name: postgres_backup
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git
version: v3.9.1-1 version: v3.9.1-1


Ladataan…
Peruuta
Tallenna