rikrdo89
(Rikrdo89)
March 6, 2023, 10:41pm
12
AllTheDey:
hello,
I have the same problem, I use mattermost with docker-compose: GitHub - mattermost/mattermost-docker: Deprecated
Mattermost version: 4.7.1
Deleting volumes/app/mattermost/config/config.json
file resolve the error except I need to do it each time I stop the docker containers.
So, IMO this is not solved.
PS: I was able to update config at runtime like this:
# first of all save config
cp volumes/app/mattermost/config/config.json{,.bak}
# then restart:
docker-compose stop
rm volumes/app/mattermost/config/config.json
docker-compose up -d
cp volumes/app/mattermost/config/config.json{.bak,}
I have a docker installation and I was experiencing the same issue with MM crashing after reboot. This issue continues in version 7.8, I also don’t this issue is solved.