From f1202e191120775ab1124a0445df1f9baa221f46 Mon Sep 17 00:00:00 2001 From: Carlos Vera Date: Tue, 21 Jul 2026 18:27:33 +0200 Subject: [PATCH] chore(supabase): bump postgres to 17.6.1.150 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The template pins `supabase/postgres:15.8.1.085`. Postgres 15 reaches end of life in November 2027 and Supabase self-host has been shipping 17.x for a while, so new deployments from this template start on an older major than they need to. This is a major version bump: existing deployments cannot switch images in place, since a PG15 data directory won't start under 17. Migration notes are in the PR description. Autor: Carlos Vera --- De un venezolano para el mundo con el favor de nuestro SeƱor JesusCristo. --- supabase/code/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supabase/code/docker-compose.yml b/supabase/code/docker-compose.yml index a5ffd2f5e..f81166de0 100644 --- a/supabase/code/docker-compose.yml +++ b/supabase/code/docker-compose.yml @@ -485,7 +485,7 @@ services: # Comment out everything below this point if you are using an external Postgres database db: - image: supabase/postgres:15.8.1.085 + image: supabase/postgres:17.6.1.150 restart: unless-stopped volumes: - ./volumes/db/realtime.sql:/docker-entrypoint-initdb.d/migrations/99-realtime.sql:Z