I tried to upgrade via the instructions doing a git pull and then running ansible again and it totally broke my site with a servererror message. I ended up reverting back to 0.17.4.
There are multiple folks in Matrix who had issues, including myself. It only worked after using the only ansible to VERSION=0.18.0. The new ansible sets up local networks in docker-compose and such that do not work and lead to Gateway Timeouts.
Is it safe to update via ansible?
Yes. We have one issue open having to do with site icons, but everything else is smooth.
Good to know. Thank you for your work!
I tried to upgrade via the instructions doing a
git pull
and then running ansible again and it totally broke my site with aserver error
message. I ended up reverting back to 0.17.4.Yeah, I’ll better wait for now.
Same thing happened to me. Not entirely sure why yet but debugging seems to indicate something with the pictrs config
There are multiple folks in Matrix who had issues, including myself. It only worked after using the only ansible to VERSION=0.18.0. The new ansible sets up local networks in docker-compose and such that do not work and lead to Gateway Timeouts.