From ef9f372aad8dfa2b4d22b619a97f72e8d9300a77 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 17 Aug 2018 20:45:19 +0200 Subject: [PATCH 1/1] move dulcy to postgresql 10 and postgis 2.4 --- roles/dulcy.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 51f6efab8..694c84f93 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -28,7 +28,7 @@ default_attributes( } }, :postgresql => { - :versions => ["9.6"], + :versions => ["10"], :settings => { :defaults => { :work_mem => "300MB", @@ -45,8 +45,8 @@ default_attributes( :enable_backup => false, :enable_git_updates => true, :dbadmins => %w[lonvia tomh], - :dbcluster => "9.6/main", - :postgis => "2.3", + :dbcluster => "10/main", + :postgis => "2.4", :flatnode_file => "/ssd/nominatim/nodes.store", :logdir => "/ssd/nominatim/log", :tablespaces => { -- 2.43.2