Procházet zdrojové kódy

Mark Postgres v15 as supported for borg backup

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2257

Fixed in d134cd7c4c
(thanks to `alpine:latest` now being `alpine:3.17.0`, which includes
Postgres v15)
pull/2320/head
Slavi Pantaleev před 3 roky
rodič
revize
d8df03dfc9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/custom/matrix-backup-borg/defaults/main.yml

+ 1
- 1
roles/custom/matrix-backup-borg/defaults/main.yml Zobrazit soubor

@@ -37,7 +37,7 @@ matrix_backup_borg_location_source_directories: []


# postgres db backup # postgres db backup
matrix_backup_borg_postgresql_enabled: true matrix_backup_borg_postgresql_enabled: true
matrix_backup_borg_supported_postgres_versions: ['12', '13', '14']
matrix_backup_borg_supported_postgres_versions: ['12', '13', '14', '15']
matrix_backup_borg_postgresql_databases: [] matrix_backup_borg_postgresql_databases: []
matrix_backup_borg_postgresql_databases_hostname: '' matrix_backup_borg_postgresql_databases_hostname: ''
matrix_backup_borg_postgresql_databases_username: "matrix" matrix_backup_borg_postgresql_databases_username: "matrix"


Načítá se…
Zrušit
Uložit