Can you change your Supabase project password?
# help
j
Can you change your Supabase project password?
s
Are you referring to your database password?
j
yes
that uses the Supabase project password if I'm not mistaken.
s
alter user postgres with password 'new_password';
should do the trick