== Upgrade ==
* The upgrade takes place like this,<codepre>ssh root@chat.fixme.ch
systemctl stop mattermost
autopostgresqlbackup
ls -l /var/lib/autopostgresqlbackup/daily/mattermost/
su - chat
# Download the TEAM edition (not the enterprise version) from http://about.mattermost.com/download/
rsync -a ./mattermost-$OLDVERSION/config/ ./mattermost/config/
exit
setcap cap_net_bind_service=+ep /home/chat/mattermost/bin/platform
systemctl start mattermost
tail -F /home/chat/mattermost/logs/mattermost.log
</codepre>
== Channel naming convention ==