SupabaseS
Supabase4mo ago
Ketan

CLI: Pull changes from remote on local DB

I have already linked my project.

After I changes something on remote instance, and I want to pull that in local db. I am getting following error.



npx supabase db pull
Connecting to remote database...
Creating shadow database...
Initialising schema...
Seeding globals from roles.sql...
Applying migration 20250827130928_remote_schema.sql...
Diffing schemas: extensions,public
error diffing schema: error running container: exit 1:
Error: Address already in use (os error 98)   
Was this page helpful?