From: Sarah Hoffmann Date: Thu, 31 Aug 2023 11:55:35 +0000 (+0200) Subject: nominatim: switch vhagar to postgresql 15 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/417f17d2f4b10fa8a90d5c424e8cc854b69f2ec4?ds=sidebyside nominatim: switch vhagar to postgresql 15 --- diff --git a/roles/vhagar.rb b/roles/vhagar.rb index 7a274798e..9cbff5edb 100644 --- a/roles/vhagar.rb +++ b/roles/vhagar.rb @@ -31,17 +31,11 @@ default_attributes( }, :nominatim => { :state => "standalone", + :dbcluster => "15/main", :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store", :api_flavour => "python", :api_workers => 24, - :api_pool_size => 10, - :api_query_timeout => 3, - :api_request_timeout => 10, - :fpm_pools => { - "nominatim.openstreetmap.org" => { - :max_children => 200 - } - } + :api_pool_size => 10 } )