ソースを参照

Properly stop all services when doing Postgres maintenance, not just the homeserver

pull/2896/head
Slavi Pantaleev 2年前
コミット
bff851c858
1個のファイルの変更1行の追加4行の削除
  1. +1
    -4
      group_vars/matrix_servers

+ 1
- 4
group_vars/matrix_servers ファイルの表示

@@ -2959,10 +2959,7 @@ devture_postgres_gid: "{{ matrix_user_gid }}"
devture_postgres_connection_username: matrix
devture_postgres_db_name: matrix

devture_postgres_systemd_services_to_stop_for_maintenance_list: |
{{
['matrix-' + matrix_homeserver_implementation + '.service']
}}
devture_postgres_systemd_services_to_stop_for_maintenance_list: "{{ devture_systemd_service_manager_services_list_auto | map(attribute='name') | reject('equalto', (devture_postgres_identifier + '.service')) }}"

devture_postgres_managed_databases_auto: |
{{


読み込み中…
キャンセル
保存