Hi I need to change user email, but function is not yet available,
so I decided to open postgresql dababase to change it in user table

this is the command to connect
psql -d redash -h localhost -U redash

but how i can get password?
I’ve installed it using boostrap.sh script

thanks EC

It uses the system authentication so you can run sudo -u redash psql to connect.