From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | "Wolfgang Rodriguez" <mayckmarck(at)hotmail(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Clave usuario postgres |
Date: | 2008-02-22 05:06:35 |
Message-ID: | c2d9e70e0802212106u2023cef5yb04dceeae70d97a3@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-es-ayuda |
this is an english list, you can write in spanish at
pgsql-es-ayuda(at)postgresql(dot)org
2008/2/21 Wolfgang Rodriguez <mayckmarck(at)hotmail(dot)com>:
>
>
> Saludos a todos.
>
> Se me presenta el siguiente problema: olvidé y extravié la clave o password
> del usuario postgres y no puedo accesar las distintas bases de datos.
>
> Por favor, alguien sabe cómo podría recuperar esta clave o password?
> Me han dicho que si vuelvo a instalar la aplicación, es decir, el manejador
> de postgres, puedo perder toda la información de las bases de datos.
>
is this the password for the OS user "postgres" or the DB role "postgres"?
if the former you tell that to your sysadmin in order to him to reset it...
then change the pg_hba.conf file and put trust as the method
authorization for local access or maybe sameuser then reset it with
ALTER ROLE
of course, you need access to the machine...
--
Atentamente,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
From | Date | Subject | |
---|---|---|---|
Next Message | Vladimir Rusinov | 2008-02-22 07:35:05 | Re: WAL archiving |
Previous Message | Wolfgang Rodriguez | 2008-02-22 04:43:17 | Clave usuario postgres |
From | Date | Subject | |
---|---|---|---|
Next Message | Wolfgang Rodriguez | 2008-02-22 11:58:12 | FW: [ADMIN] Clave usuario postgres |
Previous Message | Jaime Casanova | 2008-02-22 04:51:57 | Re: Error al conectarse con PostgreSQL |