소스 검색

postgres: stop disabling unix socket support

pull/5047/head
Slavi Pantaleev 1 개월 전
부모
커밋
a000abdf19
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -3
      group_vars/matrix_servers

+ 0
- 3
group_vars/matrix_servers 파일 보기

@@ -3984,9 +3984,6 @@ postgres_base_path: "{{ matrix_base_data_path }}/postgres"
postgres_uid: "{{ matrix_user_uid }}" postgres_uid: "{{ matrix_user_uid }}"
postgres_gid: "{{ matrix_user_gid }}" postgres_gid: "{{ matrix_user_gid }}"


# unix socket connection, disabled by default temporarily until properly tested
postgres_container_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 [] }}" 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 [] }}"


postgres_connection_username: matrix postgres_connection_username: matrix


불러오는 중...
취소
저장