Open boozedog opened 5 months ago
I can't reproduce this locally. But as an alternative, you can manually update the storage version to match hosted.
echo "v1.6.4" > supabase/.temp/storage-version
I can't reproduce this locally. But as an alternative, you can manually update the storage version to match hosted.
echo "v1.6.4" > supabase/.temp/storage-version
Thanks @sweatybridge I gave that a try (using v1.6.8) and I can see the correct value in supabase/.temp/storage-version
but it didn't seem to have any effect:
❯ supabase start
You are running outdated service versions locally:
supabase/storage-api:v1.0.6 => v1.6.8
Run supabase link to update them.
@sweatybridge FYI, I don't think supabase link
has ever successfully updated the image versions for me. I just tried again now:
> supabase --version
1.204.3
> supabase services
SERVICE IMAGE │ LOCAL │ LINKED
─────────────────────────┼──────────────────┼─────────────
supabase/postgres │ 14.1.0.89 │ 15.6.1.132
supabase/gotrue │ v2.158.1 │ v2.163.0
postgrest/postgrest │ v12.2.0 │ v12.2.3
supabase/realtime │ v2.30.34 │ -
supabase/storage-api │ v1.11.13 │ v1.11.14
supabase/edge-runtime │ v1.58.12 │ -
supabase/studio │ 20240930-16f2b8e │ -
supabase/postgres-meta │ v0.83.2 │ -
supabase/logflare │ 1.4.0 │ -
supabase/supavisor │ 1.1.56 │ -
Run supabase link to sync your local image versions with the linked project.
> supabase link --project-ref «PROJECT REF»
Enter your database password (or leave blank to skip):
Finished supabase link.
> supabase services
SERVICE IMAGE │ LOCAL │ LINKED
─────────────────────────┼──────────────────┼─────────────
supabase/postgres │ 14.1.0.89 │ 15.6.1.132
supabase/gotrue │ v2.158.1 │ v2.163.0
postgrest/postgrest │ v12.2.0 │ v12.2.3
supabase/realtime │ v2.30.34 │ -
supabase/storage-api │ v1.11.13 │ v1.11.14
supabase/edge-runtime │ v1.58.12 │ -
supabase/studio │ 20240930-16f2b8e │ -
supabase/postgres-meta │ v0.83.2 │ -
supabase/logflare │ 1.4.0 │ -
supabase/supavisor │ 1.1.56 │ -
Run supabase link to sync your local image versions with the linked project.
Describe the bug I'm getting this warning
But running
supabase link
does not update the outdatedstorage-api
serviceScreenshots after
supabase link
:System information