From: Paul Norman Date: Fri, 7 Nov 2014 05:41:15 +0000 (-0800) Subject: Recommend PostgreSQL 9.1+ in database.yml X-Git-Tag: live~4299 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/295c4f69922853d234c72465e9599de46163575c Recommend PostgreSQL 9.1+ in database.yml Postgres 8.3 is EOL and the minimum version supported by PostgreSQL is 9.0. The production servers run 9.1, and the extension setup is easier with it too. --- diff --git a/config/example.database.yml b/config/example.database.yml index 7e1ffc07d..4c77998da 100644 --- a/config/example.database.yml +++ b/config/example.database.yml @@ -1,4 +1,4 @@ -# Using a recent release (8.3 or higher) of PostgreSQL (http://postgresql.org/) is recommended. +# Using a recent release (9.1 or higher) of PostgreSQL (http://postgresql.org/) is recommended. # See https://github.com/openstreetmap/openstreetmap-website/blob/master/INSTALL.md#database-setup for detailed setup instructions. # development: