Add Synapse Maintenance docs and synapse-janitor integration

This commit is contained in:
Slavi Pantaleev
2019-07-08 09:38:24 +03:00
parent 631a14bf0c
commit 0ca21d80d7
9 changed files with 312 additions and 0 deletions

View File

@ -28,3 +28,13 @@
when: run_postgres_upgrade|bool
tags:
- upgrade-postgres
- import_tasks: "{{ role_path }}/tasks/run_synapse_janitor.yml"
when: run_postgres_synapse_janitor|bool
tags:
- run-postgres-synapse-janitor
- import_tasks: "{{ role_path }}/tasks/run_vacuum.yml"
when: run_postgres_vacuum|bool
tags:
- run-postgres-vacuum