supabase / cli

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
https://supabase.com/docs/reference/cli/about
MIT License
1.02k stars 201 forks source link

Error while running supabase db pull #2050

Closed jay-trivedi closed 6 months ago

jay-trivedi commented 6 months ago

I am getting an error while running npx supabase db pull -

Connecting to remote database... failed to open dump file: open supabase/migrations/20240314130741_remote_schema.sql: no such file or directory Try rerunning the command with --debug to troubleshoot the error

System information

SERVICE IMAGE LOCAL LINKED
supabase/postgres 15.1.0.147 15.1.1.24
supabase/gotrue v2.144.0 v2.144.0
postgrest/postgrest v12.0.2 v12.0.2
supabase/realtime v2.25.66 -
supabase/storage-api v0.46.4 v0.48.2
supabase/edge-runtime v1.38.0 -
supabase/studio 20240301-0942bfe -
supabase/postgres-meta v0.79.0 -
supabase/logflare 1.4.0 -
bitnami/pgbouncer 1.20.1-debian-11-r39 -
darthsim/imgproxy v3.8.0 -
sweatybridge commented 6 months ago

This has been addressed in beta release: npx supabase@beta db pull

Stable release will go out next Tuesday.

jay-trivedi commented 6 months ago

npx supabase@beta db pull works! Thanks for the quick revert. Looking forward to the stable release next Tuesday.

jingsam commented 6 months ago

This has been addressed in beta release: npx supabase@beta db pull

Stable release will go out next Tuesday.

I wander when release the new stable supabase that i can recreate all local dev envirment.