CentOS 7.1 postgresql install steps error
[root@hostname ~]# vi /var/lib/pgsql/9.4/data/pg_hba.conf [root@hostname ~]# systemctl restart postgresql-9.4.service [root@hostname ~]# grep md5 /var/lib/pgsql/9.4/data/pg_hba.conf # METHOD can be...
View ArticleHow to manually upgrade from 1.1 to 1.3
Hi @kirthi, The goal of packaging Mattermost with GitLab was to make Mattermost easy to install. If this is not the case, I'd propose installing Mattermost separately using step-by-step instructions...
View ArticleUsing Mattermost Within a Company Network
I can ping the ip address of the Mac mini (not of the docker ip: 192.168.99.100) successfully from another machine but I can't seem to resolve http://dockerhost:8065 nor...
View ArticleSlack import fails in Mattermost 1.3?
coreyhulen: It should also ask Are you sure you want to delete the team XXX? All data will be permanently deleted? (YES/NO): did you not get the 2nd question? No I didn't get the second question. Just...
View ArticleRunning Mattermost On Windows
James, this is really useful to know! I'm also looking into running Mattermost self-hosted on Windows. I'll have a go at this myself and pop a feature idea in if I can get it working, along with some...
View ArticleRunning Mattermost On Windows
Getting the go code compiled in Windows is actually pretty easy - if you just set up your Windows go environments, set the required paths and grab the required dependencies it should just build...
View ArticleSlack import fails in Mattermost 1.3?
Can you try again and make sure to type YES in all caps to both questions?
View ArticleSlack import fails in Mattermost 1.3?
You should also see exit status 0 if successful. If you're seeing exit status 1 to any question then the response wasn't recognized.
View ArticleSlack import fails in Mattermost 1.3?
Here's what I see $ ./platform -permanent_delete_team -team_name="z-z-zhxacx9i7tfhxqb85pmswwkwrca" Have you performed a database backup? (YES/NO): YES Are you sure you want to delete the team...
View ArticleSlack import fails in Mattermost 1.3?
And not answering in all caps ./platform -permanent_delete_team -team_name="z-z-nqpa4z5xc7ncupayjpm64na34ea" Have you performed a database backup? (YES/NO): yes exit status 1
View ArticleSlack import fails in Mattermost 1.3?
it33: Hi @Sajuka, appreciate your report, could we ask your help: Setting up a Mattermost instance with just default settings and attempt to run your Slack import? In a stock a development environment...
View ArticleSlack import fails in Mattermost 1.3?
coreyhulen: And not answering in all caps ./platform -permanent_delete_team -team_name="z-z-nqpa4z5xc7ncupayjpm64na34ea" Have you performed a database backup? (YES/NO): yes exit status 1 You're right,...
View ArticleDeleted posts stay inside the DB for some time
Hello,When someone delete a message, the records are still inside the DB (postgresql in my case) for some time.I would like to know at what time they get deleted from the DB too and how i could modify...
View ArticleWhat should hashtags support?
Just my thought is, why not accept all as a valid token, except the onces that are know (or expected) to cause problems?I could assume that characters like , or or \ and ; can cause unhappy side...
View ArticleRunning Mattermost On Windows
Great, thanks James. I'm getting there now. The go code is compiled and I have a server running. Just getting the react stuff going now. The process has been quite painful as while also being stuf to...
View ArticleTroubleshooting: Token request failed - tls: oversized record received with...
I must provide the mattermost service inside gitlab. But after upgrade to 8.3.x a 502 Error shown!?
View ArticleTroubleshooting: Token request failed - tls: oversized record received with...
@it33, please, please check and test a self signed 512bit cert with mattermast!Can this really the error?
View ArticleAPI Posts return "You do not have the appropriate permissions?"
I'm working on a Python wrapper for the Mattermost API and I've run up against a bit of a wall. I am able to authenticate using group name, email, and password. I am able to get a list of channels or...
View ArticleAPI Posts return "You do not have the appropriate permissions?"
Replying to myself because of course I figured it out almost as soon as I finally post for help It looks like my problem was that channel_id is a required parameter for the post JSON. It seems...
View ArticleReferencing Channels
There has been some feedback from the community asking for a quick way to link to channels. In IRC, #channel is used, but in Mattermost hashtags are used to tag topics. Opening a thread here to...
View Article