matrix-docker-ansible-deploy
matrix-docker-ansible-deploy copied to clipboard
Mjolnir 1.5.0 to 1.6.1 Update Issues info.
Hello. This issue was opened just to document the issues i encountered while trying to make this update locally and properly.
The intention with this is to allow this to be referenced by anyone attempting to implement this in the playbook.
Attempting to add --mjolnir-config and the correct data path will just end up with the container saying it doesnt recognise this.
The following changes have been attempted and failed for me.
--mjolnir-config /data/config/production.yaml \
bot --mjolnir-config /data/config/production.yaml \
--bot
--mjolnir-config /data/config/production.yaml \
These changes have been attempted against the template file used for mjolnir at its latest revision as of time of writing together with the 1.6.1 image pulled via playbook not self built.
I am under the impression that its incorrect but not even attempting this whole ritual that is referenced in the update docs and just doing a straight version bump works but is probably considered bad practice and will probably break in the future. I did this my self but i would not recomend that we take this approach unless we are given an official all clear from a Mjolnir developer in the mjolnir room or on github for doing it like this.