I just upgraded a DB on the cloud and ran supabase link to update my local dev versions. When I start supabase it gives me this warning:
[lappy]% npx supabase start
WARNING: You are running different service versions locally than your linked project:
postgrest/postgrest:v14.10 => postgrest/postgrest:v14.10
Run supabase link to update them.
Anyone else seeing this?
Is this even bug-filing worthy? It seems silly to tell me my versions are mismatched when they're the same.
The user reports a warning message when starting Supabase locally, indicating a version mismatch for PostgREST containers, despite the versions being identical. They are unsure if this issue warrants filing a bug report. Another user agrees it seems like a bug and plans to attempt reproducing it.
Yeah this looks like a bug worth filing.
i'll try and see if i can reproduce it later on my machine