

v c:/Users/lyesd/Desktop/DE-ZoomCamp/week1_basics_n_setup/2_docker_sql/ny_taxi_postgres_data:/var/lib/postgresql/data \ĬONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMESħ750be3fadfb postgres:13 "docker-entrypoint.s…" 18 minutes ago Up 17 minutes 0.0.0.0:5431->5432/tcp MINGW64 ~/Desktop/DE-ZoomCamp/week1_basics_n_setup/2_docker_sqlĬONTAINER ID IMAGE COMMAND CREATED STATUS PORTSħ750be3fadfb postgres:13 "docker-entrypoint. password argument does nothing (password prompt isn't shown either). There are many reasons for a user authentication failure. restart the server, in order to run with the safe nf sudo /etc/init. Password authentication: A password can be an encrypted password for remote connection or a.

You can now use the password you set above to connect to PostgreSQL as the postgres user. Any pointer would be greatly appreciated pgcli -h localhost -p 5432 -u root -d nytaxi Password for root: connection to server at 'localhost' (::1), port 5432 failed: FATAL: password authentication failed for user 'root'. Reset password ALTER USER myusername with password 'mysecurepassword' Restore the old nf as it is very dangerous to keep around cp nf-backup nf.
#Pgcli password authentication failed for user root upgrade
remove the line you added to nf and restart Pg again. Use default context T15:44:59.546Z INFO extensions Found upgrade phase
