From 540e3bfef3a066bc85cb5ecf8d7ed1e2a88777fe Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 27 Mar 2020 17:57:40 +0000 Subject: [PATCH] Update odin to postgres 12, postgis 3 and carto 5.0.0 --- roles/odin.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 } ] -- 2.43.2