View Single Post

   
  #1 (permalink)  
Old 04-09-2008, 11:18 PM
Steve Clark
 
Posts: n/a
Default losing db user password going from 7.4 to 8.2

Hello List,

I am doing a pg_dumpall -c on 7.4.
I then use psql to load into 8.2 everything seems to be right except my
db user passwords don't work anymore.

What am I missing.

I have already tried starting 8.2 postgres with both
#password_encryption = on
password_encryption = off

then reloading the database dump.

Thanks,
Steve

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote