|
|
@@ -4203,6 +4203,8 @@ 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 }}" |
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|
postgres_db_name: matrix |
|
|
postgres_db_name: matrix |
|
|
|
|
|
|
|
|
|