From 19dce439f2cbaf2a68b6a1625ada0bd212c8ddb0 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Mon, 27 Apr 2015 16:49:12 +0200 Subject: [PATCH] increase required Postgres version to 9.2 --- docs/DEVELOPER-ADVANCED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index cf61bf78f61..2f6b24d2e76 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -6,7 +6,7 @@ Note: If you are developing on a Mac, you will probably want to look at [these i ## First Steps -1. Install and configure PostgreSQL 9.1+. +1. Install and configure PostgreSQL 9.2+. 1. Run `postgres -V` to see if you already have it. 1. Make sure that the server's messages language is English; this is [required](https://github.com/rails/rails/blob/3006c59bc7a50c925f6b744447f1d94533a64241/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb#L1140) by the ActiveRecord Postgres adapter. 2. Install and configure Redis 2+. @@ -82,7 +82,7 @@ Vagrant version 1.1.2. With this Vagrantfile: echo "gem: --no-document" >> /etc/gemrc su - vagrant -c "echo 'gem: --no-document' >> ~/.gemrc" -## Postgres 9.2 +## Postgres Configure so that the vagrant user doesn't need to provide username and password.