X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0cb7f764b5c8d66c0aa73841b98647b21c35d190..ec7f27ad01993a6a37ba505da76518a1726cf064:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 51f6efab8..a044b724a 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -28,25 +28,25 @@ default_attributes( } }, :postgresql => { - :versions => ["9.6"], + :versions => ["10"], :settings => { :defaults => { :work_mem => "300MB", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "on", + :fsync => "off", :effective_io_concurrency => "3" } } }, :nominatim => { - :state => "standalone", + :state => "off", :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 => {