Sfoglia il codice sorgente

postgres: drop redundant cli socket override

pull/5047/head
Slavi Pantaleev 3 giorni fa
parent
commit
b596319a4a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      group_vars/matrix_servers

+ 0
- 1
group_vars/matrix_servers Vedi File

@@ -3986,7 +3986,6 @@ postgres_gid: "{{ matrix_user_gid }}"

# unix socket connection, disabled by default temporarily until properly tested
postgres_container_unix_socket_enabled: false
postgres_cli_use_unix_socket_enabled: false

postgres_allowed_versions_auto: "{{ backup_borg_supported_postgres_versions | map('int') if backup_borg_enabled | default(false) and backup_borg_postgresql_enabled | default(false) else [] }}"



Caricamento…
Annulla
Salva