Unable to run Jupyterhub after update postgress from V13 to V14

Hi, after updating postgresql from version 13 to 14 jupyterhub is not able to startup properly, showing a error message about authentication

+ psql postgresql://jupyterhub:t5KRBP036Klwxxbd@jupyterhub-db:5432/postgres -q -c ‘SELECT 1’

psql: error: connection to server at “jupyterhub-db” (172.30.115.48), port 5432 failed: fe_sendauth: error sending password authentication

+ ‘[’ 2 -eq 0 ‘]’

+ sleep 1

Any idea or suggestion about how to fix this problem I appreciated in advanced.

Thanks!

Maybe it’s related to https://stackoverflow.com/a/71312301?

2 Likes

thanks, I was able to solved by downloading’s the prm packages to make installation.

4 Likes