You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2022. It is now read-only.
Hi, something in mattermost is emptying the environment variable that was generated in entrypoint.sh (line 61) after the start.
This is an issue because Mattermost CLI can't work if this variable is empty.
I added echo $MM_SQLSETTINGS_DATASOURCE into line 73 (before mattermost start) variable has the connection string, but right after start, this variable is unset.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, something in mattermost is emptying the environment variable that was generated in entrypoint.sh (line 61) after the start.
This is an issue because Mattermost CLI can't work if this variable is empty.
I added
echo $MM_SQLSETTINGS_DATASOURCE
into line 73 (before mattermost start) variable has the connection string, but right after start, this variable is unset.The text was updated successfully, but these errors were encountered: