Revisamos completamente cada uno de los enunciados en nuestro espacio con la meta de mostrarte siempre información certera y certera.
Ejemplo 1: restablecer las ventanas de contraseña de Postgres
Backup the pg_hba.conf file by copying it.
Edit the pg_dba.conf, change `METHOD` to 'trust'
Restart the PostgreSQL server.
psql -U postgres.
ALTER USER postgres WITH PASSWORD 'new_password';
Restore the pg_dba.conf file.
Restart the PostgreSQL server.
Ejemplo 2: cómo restablecer la contraseña de postgres
sudosed -ibak 's/^([^#]*)md5/1trust/g' /opt/bitnami/postgresql/conf/pg_hba.conf
sudo -u postgres pg_ctl reload
valoraciones y reseñas
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)