From 68ae44958757c5d51cb15e38ce0b4c81dad88c79 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 30 Sep 2016 20:33:54 +0100 Subject: [PATCH 1/1] Switch dulcy to postgis 2.3 --- roles/dulcy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 447f6b524..9e0d01a30 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -45,7 +45,7 @@ default_attributes( :database => { :cluster => "9.5/main", :dbname => "nominatim", - :postgis => "2.2" + :postgis => "2.3" } }, :sysfs => { -- 2.43.2