Browse Source

Add postgresql 15 as supported by Borg

pull/2183/head
alemairebe 3 years ago
committed by GitHub
parent
commit
8b1bdf9b30
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-backup-borg/defaults/main.yml

+ 1
- 1
roles/matrix-backup-borg/defaults/main.yml View File

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

# postgres db backup
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_hostname: "matrix-postgres"
matrix_backup_borg_postgresql_databases_username: "matrix"


Loading…
Cancel
Save