Local Dev, Reset DB Password
# help-and-questions
v
Hello how do I reset my postgres password for local development image ?, I tried to reset it from local studio but the setting menu was not found for local development
g
I don't know anything about local dev, but I Googled and the 2nd answer was this: https://supabase.com/docs/guides/self-hosting/docker#update-secrets It is a setting. Does that help?
v
https://supabase.com/docs/guides/functions/local-development I'm following this guide for deploying a local development server, when I ran the command for the first time it asked to set a db password and I forgot the password.
v
For local dev, the password is just "postgres". I don't believe it asks. If you really wanted to, you could go ahead all the docker images and docker storage images. There's no other place a password could be stored.
s
I don't remember anything in the CLI asking you to set a password when you first set it up.