summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-13 09:50:01 -0700
committerCorey Hulen <corey@hulen.com>2015-10-13 09:50:01 -0700
commit1dbc6c5d0e760a1780a401f54503451d6a240192 (patch)
tree27d8cc940c0ae7b52dbb72dad12870b81cd977ac
parentd08b3e9d382a6ac2a5f3c7cd71ef212dd8681bb1 (diff)
parent09acf949c3382a5e39f3013fa930cd6c966b21e1 (diff)
downloadchat-1dbc6c5d0e760a1780a401f54503451d6a240192.tar.gz
chat-1dbc6c5d0e760a1780a401f54503451d6a240192.tar.bz2
chat-1dbc6c5d0e760a1780a401f54503451d6a240192.zip
Merge pull request #1033 from mattermost/trouble-shooting
Create Troubleshooting.md
-rw-r--r--doc/install/Troubleshooting.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/install/Troubleshooting.md b/doc/install/Troubleshooting.md
new file mode 100644
index 000000000..8d82100d8
--- /dev/null
+++ b/doc/install/Troubleshooting.md
@@ -0,0 +1,7 @@
+### Mattermost Troubleshooting
+
+#### Important notes
+
+1. **DO NOT manipulate the Mattermost database**
+ - In particular, DO NOT delete data from the database, as this will most likely crash Mattermost in strange ways. Mattermost is designed to archive content continously and generally assumes data is never deleted.
+