From 295c4f69922853d234c72465e9599de46163575c Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Thu, 6 Nov 2014 21:41:15 -0800 Subject: [PATCH] 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. --- config/example.database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.43.2