Any idea on if it's possible to copy an existing S...
# help
a
Any idea on if it's possible to copy an existing Supabase project into a
supabase init
based local development instance?
s
You can do a db dump from your existing hosted version and restore it in your local version https://supabase.com/docs/guides/database#migrating-between-projects
a
Thank you!