Files
mattermost/doc/install/Troubleshooting.md

17 lines
1.1 KiB
Markdown
Raw Normal View History

2015-10-22 08:06:45 -07:00
# Mattermost Troubleshooting
2015-10-13 08:55:57 -07:00
#### Important notes
2015-10-22 08:06:45 -07:00
##### **DO NOT manipulate the Mattermost database**
2015-10-15 23:18:08 -07:00
- In particular, DO NOT delete data from the database, as Mattermost is designed to stop working if data integrity has been compromised. The system is designed to archive content continously and generally assumes data is never deleted.
2015-10-13 08:55:57 -07:00
2015-10-18 22:57:30 -07:00
#### Common Issues
2015-10-22 08:06:45 -07:00
##### Error message in logs when attempting to sign-up: `x509: certificate signed by unknown authority`
2015-10-18 22:57:30 -07:00
- This error may appear when attempt to use a self-signed certificate to setup SSL, which is not yet supported by Mattermost. You can resolve this issue by setting up a load balancer like Ngnix. A ticket exists to [add support for self-signed certificates in future](x509: certificate signed by unknown authority).
2015-10-22 08:06:45 -07:00
##### Lost System Administrator account
- If the System Administrator account becomes unavailable, a person leaving the organization for example, you can set a new system admin from the commandline using `./platform -assign_role -team_name="yourteam" -email="you@example.com" -role="system_admin"`