X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1030c86c09e9760d24c8e23fcb30d9536a94b226..b0e841d7ff50e5c5bea3a3417737c272b09dcd86:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index e431a6645..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,6 +27,7 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", + :effective_io_concurrency => "256", :fsync => "on" } } @@ -34,8 +35,8 @@ default_attributes( :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 => {