Max Raab
Max Raab
@loic-sharma: It'd be great to have a simple user / groups management too. Only teams and members. A package can be owned by a team or a membmer and a...
Does this work? Why is no maintainer of this repo caring about this topic? If we would check the `PG_VERSION` file of the postgres data folder - how could we...
Well, thanks for the detailed explanation. I'm quite unsure if we really need to go through all of the versions in between. IMHO the dump should contain the data as...
I'm going to try this. Has anyone tried it without any changes..? With PostgreSQL 9.4, I mean? Does it start?
Okay, I also can confirm that it's still running with v9.4. After this test I upgraded my instance like proposed from @GuidoDr, but in only one step from 9.4 to...
They normally keep the versions in sync. I guess it's paused due to [this warning](https://github.com/mattermost/mattermost-docker#warning).
> Good idea. Care to try and let us know if it works? ;-) Well, I do it this way and it does work. Keep in mind that you need...
You also need to rebuild the container: For example: ```BASH $ git pull $ git checkout $ docker-compose build $ docker-compose down $ docker-compose up -d --force-recreate ```