gavinbeatty / mattermost-scripts

Scripts for mattermost upgrades, imports, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mattermost-scripts

Requirements:

  • mattermost installed to /opt/mattermost
  • installed version also has mmctl
  • configured with local mode enabled, and using path /run/mattermost/local.socket, because systemd sandboxing doesn't like /var/tmp/mattermost_local.socket, and RuntimeDirectory=mattermost (meaning /run/mattermost) is ready-made for such things
"EnableLocalMode": true,
"LocalModeSocketLocation": "/run/mattermost/local.socket",

About

Scripts for mattermost upgrades, imports, etc.


Languages

Language:Shell 100.0%