X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6eb58868965ccd3debcb273e268d6e77948fe6c3..b0e841d7ff50e5c5bea3a3417737c272b09dcd86:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 29c5124c2..d237bd053 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -19,7 +19,7 @@ default_attributes( } }, :postgresql => { - :versions => ["10"], + :versions => ["12"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -27,15 +27,16 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "off" + :effective_io_concurrency => "256", + :fsync => "on" } } }, :nominatim => { :state => "standalone", :dbadmins => %w[lonvia tomh], - :dbcluster => "10/main", - :postgis => "2.4", + :dbcluster => "12/main", + :postgis => "2.5", :enable_backup => true, :flatnode_file => "/ssd/nominatim/nodes.store", :tablespaces => {