How do I back up the database?
Okay, I think I'm on to something here. I've got this: sudo /opt/gitlab/embedded/bin/pg_dump -U gitlab_mattermost -h /var/opt/gitlab/postgresql -p 5432 mattermost_production >...
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
Hey guys! I'm having trouble upgrading mattermost. I added the config parameters, ran apt-get upgrade, it worked fine but now mattermost won't start. The log says: Error creating database tables: pq:...
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
Hi @manuel, duplicate accounts are switched to email login, you can use "reset password" to get credentials sent to your email, and you can switch to GitLab SSO under Account Settings > Security...
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
Hi @revxx14, try pg_dump dbname > outfile, you can just web search for your database type and version to find documentation for backup, for example:...
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
Hi @Korni22, Mattermost doesn't use database triggers, did you or someone on your team manually modify the Mattermost database to add triggers?
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
Hi,I've just update my gitlab installation using apt-get upgrade. My gitlab install work well but the mattermost embedded doesn't work any more.I check log, and mattermost ask me to upgrade the...
View ArticleSecurity feature listed in about.mattermost.com
Hi @chintan, can you let us know where you found that information? It seems out-of-date, we now use the bcrypt module included in Golang. For end-to-end encryption please see the production install...
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
Please try running: sudo -u mattermost -i bash cd /opt/gitlab/embedded/service/mattermost /opt/gitlab/embedded/bin/mattermost -config='/var/opt/gitlab/mattermost/config.json' -upgrade_db_30 Let us...
View ArticleAutomatic email configuration
Please see: http://docs.gitlab.com/omnibus/gitlab-mattermost/#setting-up-smtp-for-gitlab-mattermost
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
Hi. I was trying to upgrade mattermost and encounterd the same error as previous comment 3. Following commands were worked on my system (centos 6). sudo -u mattermost -i bash cd...
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
Ok, I've found the reason. It's all becouse of enabled mattermost['email_send_email_notifications'] = true setting in /etc/gitlab/gitlab.rb
View ArticleProxy settings for outgoing connections, e.g. push-proxy
I might have created some confusion with the example of the push-proxy. My problem is not specific to the push-proxy (TPNS) but outbound connections from mattermost platform in general.The security...
View ArticleAutomatic email configuration
OK thanks. I'd already found that page but believed that because I was on GitLab 8.9, setup would be automatic After delving into GitLab's configuration, it appears to just be using sendmail. The...
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
@it33, thank you. But...The automatic generated email addresses does not exists in the real world. So I can't reset my password through the UI.All migrated email addresses are in this format:...
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
All I get after picking the primary team: panic: Failed to create index pq: could not create unique index "idx_users_email_unique" goroutine 1 [running]: panic(0xb8dd80, 0xc820252880)...
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
Hey @it33, Thanks for replying, it was BDRs fault, but I resolved it! Thanks for your help!
View ArticleAutomatic email configuration
Thanks @peteryates! I've updated the thread you linked to so it's clear that GitLab isn't automatically setting up email--I thought they were, but I guess I am incorrect.
View ArticleExternal URL used in Emails behind reverse proxy
Hi @markamber, Right now the server sets the site URL based off the host in the HTTP requests. If you think that being able to set it manually would be a useful feature could I have your help...
View ArticleDid service now has webhook api?
Hi @ravivarma, You can find our incoming webhook documentation here and our outgoing webhook documentation here. Hope that helps!
View Article