Docker instance wont start: Slack api error - account inactive

All of a sudden our metabase docker instance crashes when trying to start:

03-29 15:38:48 ERROR metabase.metabot :: Error connecting websocket: Slack API error: account_inactive

Since we cant start it, any recomendations on how to go about troubleshooting/resolving this once I get a bash login into the container? Were no longer using slack integration anyway, so i just need to know how to disable it so I can start the instance.

Thanks, Kelly

I manually deleted slack from my test install by deleting the references to it in the metabase database. This is from MySQL:

delete from metabase.setting where setting.key='slack-token' or setting.key='metabot-enabled'

That assumes that it is the Slack integration that’s broken the installation.