X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6b461209d64d9a6261a9ffa1f6e877be1d38727f..455f8d9bfa94ac304fc34ae546bf8ceb5d5bc4cf:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index b6d866984..5ce024ec7 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -25,7 +25,7 @@ default_attributes( } }, :postgresql => { - :versions => ["12"], + :versions => ["13"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -38,19 +38,16 @@ default_attributes( } } }, - :apache => { - :event => { - :max_request_workers => 3000, - :threads_per_child => 70 - } - }, :nominatim => { :state => "standalone", :dbadmins => %w[lonvia tomh], - :dbcluster => "12/main", - :postgis => "2.5", + :dbcluster => "13/main", + :postgis => "3", :enable_backup => true, :flatnode_file => "/ssd/nominatim/nodes.store", + :config => { + :tokenizer => "icu" + }, :tablespaces => { "dosm" => "/ssd/tablespaces/dosm", "iosm" => "/ssd/tablespaces/iosm",