mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 08:02:30 +00:00
86da489b9b
We need to suppress systemd service-stopping requests in certain rare cases like https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/771 That issue seems to describe a case, where a migration from mxisd to ma1sd was happening (DB files had just been moved), and then we were attemping to stop `matrix-ma1sd.service` so we could import that database into Postgres. However, there's neither `matrix-mxisd.service`, nor `matrix-ma1sd.service` after `migrate_mxisd.yml` had just run, so stopping `matrix-ma1sd.service` was failing. |
||
---|---|---|
.. | ||
util | ||
import_generic_sqlite_db.yml | ||
import_postgres.yml | ||
import_synapse_sqlite_db.yml | ||
init.yml | ||
main.yml | ||
migrate_postgres_data_directory.yml | ||
run_vacuum.yml | ||
setup_postgres.yml | ||
upgrade_postgres.yml | ||
validate_config.yml |