Deleted posts stay inside the DB for some time
Hi @npetrov, Deleted posts are not removed from the database. This is because Mattermost was designed to have a complete audit history of messages.
View ArticleTrouble finding documentation for installation
Hi @worf, What were you looking for documentation on? We have some initial documentation available at http://docs.mattermost.com/.
View ArticleMattermost not running on startup
i share my supervisor conf zodman@ira:/etc/supervisor/conf.d$ cat mattermost.conf [program:matterircd]autorestart=Trueautostart=Truecommand=/opt/matterircd-linux32 -debug=true...
View ArticleDoes it scale for a large company?
Thanks! This is a huge help.The page mentions up to 20k users, but I'm also curious about deployment for larger tech company like IBM or Oracle with 100k+ users. Any ideas what the CPU and Memory...
View ArticlePanic: Failed to create index pq: coluna "teamid" does not exist
Seems like all trouble with missing columns and Bad Gateway responses from Nginx had to do with skipped versions. Here ist how we got it solved: download all major mattermost releases that you have...
View ArticleRESOLVED_Gitlab 8.4 / Mattermost 1.4.0 : Users cannot login after upgrade
Hi, after upgrading from Gitlab 8.0 to 8.4 we have some users that cannot access Mattermost anymore. They got a new invite from the team lead after the upgrade. When they click on the invite, they are...
View ArticleResetting Gitlab Omnibus Mattermost installation
You're right sudo isn't installed, therefore I had missed that. Used instead su gitlab-psql. Thanks!
View ArticleActive Directory SSO through a reverse proxy's REMOTE_USER
I did some research and I created a fork using this idea: https://github.com/mmuszkow/platform It's just a proof-of-concept, but clearly shows that this is possible. We are using apache +...
View ArticleRESOLVED_Gitlab 8.4 / Mattermost 1.4.0 : Users cannot login after upgrade
We got it solved somehow. Probably the re-invitelink was personalized for a specfici user. Some users were able to enter when going to the channel URL directly, others had to be deleted and could...
View ArticleMattermost comments on Messages ... question!
What used for ? o for what is used ? can you share some examples ... plz
View ArticleMattermost comments on Messages ... question!
used for Reply: Opens up the sidebar so you can reply to a message in a comment thread.
View ArticleClean channel history
Hi! Since I now understand the "Town square" topic, I created private channels. Good. But now I would like to clean the history of "Town square" (to welcome external people without having the whole...
View ArticleMake database persistent to survive docker restart?
Hi, I know the Docker image ist just meant as a preview for testing purposes, but is there a way to keep the data in the database across docker image restarts? When I do "docker stop", all data is...
View ArticleMake database persistent to survive docker restart?
Maybe consider this community Docker image with a production set up?
View ArticleGitLab Mattermost Token request failed
I have both gitlab and mattermost running with https using Let's Encrypt certificates. I added the matter most application with the following callback URLs...
View ArticleCommand line "create_user" doesn't send email
Hello, Email's working correctly on my machine. If I do platform -create_user -team_name="myteam" -email="foo@bar.com" -password="mypass" the user is created, but the introductory email isn't sent....
View ArticleNo System Console when logging in with GitLab
Hi, I also ran to the issue after following the steps. can you help me to revert the setting and get rid of these errors before i proceed with your suggestions? I ran the following commandsudo -u...
View ArticlePreview: Mattermost command line tools
I linked this issue cli create doesn't send email but I think it has bearing on @cifvts design suggestion above. Quoted from above: """What I'd really love to see happen as a workflow is: platform...
View ArticlePreview: Mattermost command line tools
Please use double-dashes for long options and single dashes for short.Most unix commands do this and I find it confusing when commands do it otherwise.
View ArticleNo System Console when logging in with GitLab
hi @pmsudhiI'm not an expert on this, but my inclination is that you don't have permissions to run the restart, so I would "sudo" the command. if you didn't previously need to do it that way before...
View Article