Hello, I’ve encountered a problem while trying to modify a channel as public - I might be using a wrong user but I tried both the database user and myself as a mattermost admin account.
/opt/mattermost/bin/mattermost channel modify myteam:mychannel --public --username mattermost
{"level":"info","ts":1575281207.170594,"caller":"utils/i18n.go:83","msg":"Loaded system translations for 'en' from '/opt/mattermost/i18n/en.json'"}
{"level":"info","ts":1575281207.1708822,"caller":"app/server_app_adapters.go:58","msg":"Server is initializing..."}
{"level":"info","ts":1575281207.1830254,"caller":"sqlstore/supplier.go:224","msg":"Pinging SQL master database"}
{"level":"error","ts":1575281207.2225175,"caller":"sqlstore/supplier.go:236","msg":"Failed to ping DB retrying in 10 seconds err=pq: role \"root\" does not exist"}
Can someone make sense of the error and direct me towards a solution?