You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I wanted to update my installation from July 2023 to the current version. After reading through the changelog and adapting a few variables, everything seemed to work smoothly.
When trying to remove matrix-synapse-reverse-proxy-companion.service, the playbook froze and didn't continue. The same occured with the mautrix-facebook and and mautrix-whatsapp services.
Looking at the systemd, it seems those services didn't terminate with an exit code of 0 and were marked as failed by systemd.
Clearing this using systemctl reset-failed [service] and rerunning the playbook resolved the issue.
Additional context
I'm currently also hitting a problem with the playbook sometimes not being able to verify the successful completion of a task. I randomly hangs on:
TASK [custom/matrix-static-files : Ensure matrix-static-files container image is pulled]
TASK [custom/matrix-registration : Ensure matrix-registration image is pulled]
TASK [galaxy/synapse : Ensure synapse container network is created]
TASK [galaxy/postgres : Ensure Postgres container network is created]
Even when those tasks have already been successful. Not sure if this is related though. I also noticed that these are all Docker specific tasks.
The text was updated successfully, but these errors were encountered:
Describe the bug
I wanted to update my installation from July 2023 to the current version. After reading through the changelog and adapting a few variables, everything seemed to work smoothly.
When trying to remove matrix-synapse-reverse-proxy-companion.service, the playbook froze and didn't continue. The same occured with the mautrix-facebook and and mautrix-whatsapp services.
Looking at the systemd, it seems those services didn't terminate with an exit code of 0 and were marked as failed by systemd.
Clearing this using
systemctl reset-failed [service]
and rerunning the playbook resolved the issue.To Reproduce
My
vars.yml
file looks like this:This occured during the transition from a nginx based setup to the native-traefik setup.
Expected behavior
The playbook should proceed removing the service after it failing on stop, as it is due for removal anyway.
Matrix Server:
Ansible:
Ansible is running on a different machine.
Additional context
I'm currently also hitting a problem with the playbook sometimes not being able to verify the successful completion of a task. I randomly hangs on:
Even when those tasks have already been successful. Not sure if this is related though. I also noticed that these are all Docker specific tasks.
The text was updated successfully, but these errors were encountered: