Hi @Ludo! Make sure your SqlSettings are correct and that your configuration file is valid, specifically the DriverName which should be set to mysql or postgres. To check your configuration file use this CLI command.
Hi Thx @paulrothrock for ur quick response. the config.json ( /opt/mattermost/config/config.json)
is already as follow
“SqlSettings”: {
“DriverName”: “mysql”,
“DataSource”: “mmuser:mmuser-password@tcp(localhost:3306)/mattermost?charset=utf8mb4,utf8\u0026readTimeout=30s\u0026writeTimeout=30s”,
For sanity check purposes, can you please run the following command on your Mattermost terminal and provide the full output with any sensitive information such as password redacted?
Hi @ahmaddanial, thx for ur help.
my config.json looked exactly the same than yours… but still some errors.
I’ve solved the issue by installing PostgreSQL, with the good settings, and it works now!