summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-06 19:27:35 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-06 19:27:35 +0500
commit294ecd716efb87107eedda3ac92e979fcca62d99 (patch)
treeccf5d2c961d6f55923ef3edc7af9b19bf5eaebd3
parent3d8de4c4350770198b251916f1057a7378403838 (diff)
parent25614483592a753f8dadb7fa9b520209c57c59a8 (diff)
downloadchat-294ecd716efb87107eedda3ac92e979fcca62d99.tar.gz
chat-294ecd716efb87107eedda3ac92e979fcca62d99.tar.bz2
chat-294ecd716efb87107eedda3ac92e979fcca62d99.zip
Merge branch 'master' of https://github.com/mattermost/platform into plt-424
-rw-r--r--doc/install/Production-Ubuntu.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/Production-Ubuntu.md b/doc/install/Production-Ubuntu.md
index 0f1373c1a..05a56c412 100644
--- a/doc/install/Production-Ubuntu.md
+++ b/doc/install/Production-Ubuntu.md
@@ -8,7 +8,7 @@
## Set up Database Server
1. For the purposes of this guide we will assume this server has an IP address of 10.10.10.1
-1. Install PostgreSQL 9.3+ (or MySQL 5.2+)
+1. Install PostgreSQL 9.3+ (or MySQL 5.6+)
* ``` sudo apt-get install postgresql postgresql-contrib```
1. PostgreSQL created a user account called `postgres`. You will need to log into that account with:
* ``` sudo -i -u postgres```