summaryrefslogtreecommitdiffstats
path: root/doc/install/Administration.md
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-27 23:01:32 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-27 23:01:32 -0700
commitf0b209fee72251f6262fe3e70019cdf19c110e6c (patch)
treee95fc0238c74cbb5ee003092479c7f97e178706d /doc/install/Administration.md
parentbe0bf941bf91d632efc2bf035864c161b656f094 (diff)
parent570b54bbfc0151724aa10f61ca0beb4d38351cb9 (diff)
downloadchat-f0b209fee72251f6262fe3e70019cdf19c110e6c.tar.gz
chat-f0b209fee72251f6262fe3e70019cdf19c110e6c.tar.bz2
chat-f0b209fee72251f6262fe3e70019cdf19c110e6c.zip
Merge branch 'master' into PLT-340
Diffstat (limited to 'doc/install/Administration.md')
-rw-r--r--doc/install/Administration.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/install/Administration.md b/doc/install/Administration.md
index 06151d81f..ee996088c 100644
--- a/doc/install/Administration.md
+++ b/doc/install/Administration.md
@@ -2,6 +2,13 @@
This document provides instructions for common administrator tasks
+#### Important notes
+
+##### **DO NOT manipulate the Mattermost database**
+ - 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.
+
+### Common Tasks
+
##### Creating System Administrator account from commandline
- 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"`.
- After assigning the role the user needs to log out and log back in before the System Administrator role is applied.