Explorar el Código

Add postgresql 15 as supported by Borg

pull/2183/head
alemairebe hace 3 años
committed by GitHub
padre
commit
8b1bdf9b30
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-backup-borg/defaults/main.yml

+ 1
- 1
roles/matrix-backup-borg/defaults/main.yml Ver fichero

@@ -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"


Cargando…
Cancelar
Guardar