Upgrading to GitLab Mattermost in GitLab 8.9
Thanks @it33, but that doesn't much help. I was able to make some progress with the following command: sudo /opt/gitlab/embedded/bin/pg_dump -U gitlab_mattermost -h /var/opt/gitlab/postgresql -p 5432...
View ArticleHow do I back up the database?
Got it, here's what I did: sudo -u mattermost -i bash /opt/gitlab/embedded/bin/pg_dump -U gitlab_mattermost -h /var/opt/gitlab/postgresql -p 5432 mattermost_production > mattermost_production_backup
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
Same thing here. Panic looks like this: 2016-06-23_15:11:53.39476 main.main() 2016-06-23_15:11:53.39476...
View ArticleNginx down after installing Mattermost with GitLab CE on Windows Azure
Hi Folks I recently discovered Gitlab CE and Mattermost and wanted to give it a try within my organisation. All my servers run on Windows Azure right now and so I went ahead and started a new virtual...
View ArticleNginx down after installing Mattermost with GitLab CE on Windows Azure
It turns out I had Azure to blame for my troubles. When Azure installed Gitlab, they had created a random long url which worked for their internal network feature. Once I changed it to...
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
After upgrading to 3.1, I no longer have access to the system console. I have tried running the ./platform command that will add my access back, but I get an error when attempting that.
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
I was able to get mine fixed, by copying the en.json to the directory that the mattermost process runs out of. Hopefully this will help someone.
View ArticleClean install of Gitlab 8.9 (not upgrade), enable Mattermost, Bad Gateway
What do you have to do in Gitlab 8.9 OMNIBUS to be able to access your mattermost.yourcompany.com/admin/ url? I set up a clean Ubuntu 16 LTS vm. Completely clean and fresh. I installed the Gitlab 8.9...
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
What directory did you find en.json in and where did you copy it to?
View ArticleWhere is "enable team directory"?
According to https://github.com/mattermost/platform/issues/1835#issuecomment-173293695 it should be in the system console, but either I am blind or it is not there. All I want is to put some teams on...
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
I used the following en.json > https://github.com/mattermost/platform/blob/master/i18n/en.json I put the en.json INSIDE the directory where the mattermost executable is located (in my case:...
View ArticleClean install of Gitlab 8.9 (not upgrade), enable Mattermost, Bad Gateway
Yep I just had the same the exact same experience on a clean gitlab install on a vanilla Ubuntu 16.04 VM (newly setup). Your workaround works for my case as well.
View ArticleInvalid memory address Runtime error when trying to start Mattermost...
Thanks. The config.json file validates. What do you mean by "the semantics of the settings?" Like, that the actual values provided within config.json are sound?
View ArticleMattermost 3.1.0 - 14.04 LTS: Failure to Import Slack
Hello all, I've been working on trying to deploy mattermost 3.1 and I've been unable to import from slack. I have followed http://docs.mattermost.com/install/prod-ubuntu.html to a T, other than...
View ArticleClean install of Gitlab 8.9 (not upgrade), enable Mattermost, Bad Gateway
did you manually create a Team and then the manual hack is no longer needed?
View ArticleCan Markdown Button trigger Slash command
Can a "Markdown" button be used to trigger a slash command instead of just external URL. ? Thinking of using this like a slack message button.
View ArticleCan’t make gitlab mattermost work!
Hi, I add mattermost_external_url 'http://chat.simcu.com' , but the mattermost can't work well , notice:{"id":"api.context.404.app_error","message":"Sorry, we could not find the...
View ArticleMattermost 3.1.0 - 14.04 LTS: Failure to Import Slack
so the plot thickens: I have VMs with snapshots so that I can jump between different states and I am able to import from slack into the one-line docker demo instance (which is running 3.0.3 and mysql...
View Article[Solved] Where is "enable team directory"?
Hi @rsokoll, with the switch to multi-team accounts in Mattermost 3.0 now the list of teams is only available to authenticated users. So it's now sign-in to select a team (if you have more than one),...
View Article[Solved] Invalid memory address Runtime error when trying to start Mattermost...
Yes, another possibility is a typo that still has valid JSON. Could you try backing up your current config.json then trying to run with the default config.json that comes with the tarball and see if...
View Article