Kyâne Pichou
Kyâne Pichou
On pre-release.mattermost.com @enahum seems to say that [`xmlsec` is working](https://pre-release.mattermost.com/core/pl/58cnws8e63fcpr45oj55fsf3cy) but the verification is not working for another reason. He suggests to try to run `xmlsec` manually from inside the...
Did you found the problem @TechnicLab ? :)
That's right, but I cannot reproduce if I build the image from this repository. @cpanato do you know if something changed in the Docker Hub build of `mattermost-team-edition` ?
Someone is having the same issue [on the Mattermost Peer-to-Peer forum](https://forum.mattermost.org/t/502-bad-gateway/7125/10), and I think it's because you are using an ARM device. The Mattermost Docker image is using the AMD64...
I think there is no ARM compatible binary built by Mattermost, so I think we will not have an ARM compatible Docker image, sorry. I think you can find some...
Interesting, so this is not working if you have parenthesis in your password ? Do you have any idea to fix this ?
Good question. Maybe try to use a startup script which get the actual data version and upgrade to the Dockerfile postgresql new version if needed. Can use [`pg_upgrade`](https://www.postgresql.org/docs/current/static/pgupgrade.html) to do...
Yes but it is a one-shot command. A better solution could be to have a check at container startup which will automatically use `pg_upgrade` to upgrade database if needed.
If it doesn't break current deployments, I'm ok.
@dschaper Are you interesting in implementing this feature ?