Hello! And sorry for a noob question but I can’t find the answer here or on Google.
I followed the installation steps on Ubuntu 18.04 with mysql but in this step
sudo -u mattermost ./bin/mattermost
I am not able to start the Mattermost server even I checked for many times db user, pass, and alt the steps…
This is the error.
root@slack:/opt/mattermost# sudo -u mattermost ./bin/mattermost
Error: failed to load configuration: failed to create store: unable to load on store creation: parsing error at line 145, character 4: invalid character ‘"’ after object key:value pair
My config is
root@slack:/opt/mattermost# cat /opt/mattermost/config/config.json | grep -A11 “SqlSettings”
“SqlSettings”: {
“DriverName”: “mysql”,
“DataSource”: “mmuser:Stapanu%006@tcp(localhost:3306)/mattermost?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s”,
“DataSourceReplicas”: ,
“DataSourceSearchReplicas”: ,
“MaxIdleConns”: 20,
“ConnMaxLifetimeMilliseconds”: 3600000,
“MaxOpenConns”: 300,
“Trace”: false,
“AtRestEncryptKey”: “”,
“QueryTimeout”: 30,
“DisableDatabaseSearch”: false
Your help will be so much appreciated!
Thank you!