From 027e6c6a30ad50302390f6ea56d3bbf7a49f4fdf Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 10 Jan 2020 16:25:02 +0100 Subject: [PATCH 1/1] dulcy: switch to postgresql 12 --- roles/dulcy.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 7c4cd919c..2f7f8384b 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -28,7 +28,7 @@ default_attributes( } }, :postgresql => { - :versions => ["10"], + :versions => ["12"], :settings => { :defaults => { :work_mem => "300MB", @@ -36,7 +36,7 @@ default_attributes( :random_page_cost => "1.5", :effective_cache_size => "60GB", :fsync => "off", - :effective_io_concurrency => "3" + :effective_io_concurrency => "500" } } }, @@ -45,8 +45,8 @@ default_attributes( :enable_backup => false, :enable_git_updates => true, :dbadmins => %w[lonvia tomh], - :dbcluster => "10/main", - :postgis => "2.4", + :dbcluster => "12/main", + :postgis => "2.5", :flatnode_file => "/ssd/nominatim/nodes.store", :logdir => "/ssd/nominatim/log", :tablespaces => { -- 2.43.2