supabase db pull
Hey y'all, I'm following this guide here in order to create a environment setup with GH Actions.
https://supabase.com/docs/guides/cli/managing-environments
I already have my entire schema from the dashboard and want to download everything to my local setup. I have already run supabase init and supabase login, but it says 'supabase db pull' just brings up the help menu.
If I also put in my password for db link, it gives me
Any ideas?
https://supabase.com/docs/guides/cli/managing-environments
I already have my entire schema from the dashboard and want to download everything to my local setup. I have already run supabase init and supabase login, but it says 'supabase db pull' just brings up the help menu.
If I also put in my password for db link, it gives me
Failed to save database password: dial unix /run/user/1000/bus: connect: no such file or directory but if I don't put a password it goes through fine.Any ideas?
Manage multiple environments using Database Migrations and GitHub Actions.