From: | "Andrew C(dot) Uselton" <acuselton(at)lbl(dot)gov> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Subject: | resetting superuser password |
Date: | 2007-08-13 17:17:39 |
Message-ID: | 46C09233.1020006@lbl.gov |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Howdy all,
We do not know the superuser (postgres) password to our database
cluster. The auth configuration (pg_hba.conf) has the only auth method
set to:
Type db user method param
local all all md5 sameuser
I have root access to the machine, but I don't see how to reset the
superuser password. The thing I tried was to briefly replace the above
auth configuration with
local all all trust
and then reset the password (after the required SIGHUP). The password
update apparently succeeded, but when I put the md5 auth method back in
place I still did not have access. I conclude that "regular" and md5
passwords are not stored in the same place or in the same way, which
isn't all that surprising. Any tricks you can send my way would be
most helpful.
Cheers,
Andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-08-13 17:42:13 | Re: resetting superuser password |
Previous Message | Jasbinder Singh Bali | 2007-08-13 16:50:20 | Postmaster start up problems (can't create lock file ) |