From 25614483592a753f8dadb7fa9b520209c57c59a8 Mon Sep 17 00:00:00 2001 From: it33 Date: Tue, 6 Oct 2015 07:26:40 -0700 Subject: [PATCH] Update Production-Ubuntu.md --- doc/install/Production-Ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/Production-Ubuntu.md b/doc/install/Production-Ubuntu.md index 0f1373c1a1..05a56c4120 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```