From: Tom Hughes Date: Fri, 27 Mar 2020 17:57:40 +0000 (+0000) Subject: Update odin to postgres 12, postgis 3 and carto 5.0.0 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/540e3bfef3a066bc85cb5ecf8d7ed1e2a88777fe Update odin to postgres 12, postgis 3 and carto 5.0.0 --- diff --git a/roles/odin.rb b/roles/odin.rb index ac19a286d..abe2780ff 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -47,11 +47,12 @@ default_attributes( }, :tile => { :database => { - :cluster => "10/main", - :postgis => "2.4" + :cluster => "12/main", + :postgis => "3" }, :styles => { :default => { + :revision => "v5.0.0", :tile_directories => [ { :name => "/store/tiles/default", :min_zoom => 0, :max_zoom => 19 } ]