Thank you for the reply!
The platform command is not found:
sudo -u mattermost /opt/gitlab/embedded/bin/patform -c /var/opt/gitlab/mattermost/config.json
sudo: /opt/gitlab/embedded/bin/patform: command not found
Running the same command for mattermost tho:
sudo -u mattermost /opt/gitlab/embedded/bin/mattermost -c /var/opt/gitlab/mattermost/config.json
flag provided but not defined: -c
Usage:
platform [flags]
platform [command]Available Commands:
channel Management of channels
import Import data.
ldap LDAP related utilities
license Licensing commands
reset Reset the database to initial state
roles Management of user roles
server Run the Mattermost server
team Management of teams
user Management of users
version Display version informationFlags:
-c, --config string Configuration file to use. (default "config.json")Use "platform [command] --help" for more information about a command.