Logging in through the CLI?
I'm trying to use
supabase db pull
to pull the latest schema to my local machine, but it keeps asking me for my database password, is there a way to login through the CLI so I won't have to do this every time?2 Replies
Okay so ended up resetting the database password and got through to having to run a couple of
supabase repair --status applied <migration>
commands. After running the supabase db pull
command again it says "Creating shadow database" but is taking a long time, is this suppose to be this long? about 10 min nowAfter the first time, just hit enter when it asks for the password. It will use the cached credentials.