`supabase start` errors with `Invalid Compact JWS`
Hi there!
I upgraded my remote DB from pg 15 -> 17 a while ago.
I noticed that my local supabase CLI DB docker container were still running pg 15. This was causing issues trying to run
Rerunning with
I already deleted everything again with
In fact, I only need the local db, and nothing else, no auth etc. But I guess it's not possible to only run the db & studio, right?
I upgraded my remote DB from pg 15 -> 17 a while ago.
I noticed that my local supabase CLI DB docker container were still running pg 15. This was causing issues trying to run
supabase db dump. So I updated the CLI and re-generated all local containers:- Updated
[db] major_version = 17in supabase/config.toml - Stopped everything with
supabase stop --no-backup - Updated supabase cli with
brew upgrade supabase - Now trying to start with
first downloaded all new versions of the images, but after that, the command errors with:supabase start
Rerunning with
--debug returns nothing relevant I think:I already deleted everything again with
supabase stop --no-backup and ran supabase secrets set JWT_SECRET=$(openssl rand -hex 32) (same for ANON_KEY, SERVICE_ROLE_KEY) and then ran supabase start, no luck.In fact, I only need the local db, and nothing else, no auth etc. But I guess it's not possible to only run the db & studio, right?
The Supabase CLI provides tools to develop your project locally, deploy to the Supabase Platform, and set up CI/CD workflows.
