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!