浏览代码

Add postgresql 15 as supported by Borg

pull/2183/head
alemairebe 3 年前
committed by GitHub
父节点
当前提交
8b1bdf9b30
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-backup-borg/defaults/main.yml

+ 1
- 1
roles/matrix-backup-borg/defaults/main.yml 查看文件

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


正在加载...
取消
保存