You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Se ci si è dimenticati la password di un utente PostgreSQL occorre collegarsi al database e <span style="font-style: italic;">alterare</span> l'utente relativo con il comando:<br /><br /><div style="text-align: center;"><span style="font-style: italic;">alter user <nome> with password '<password>';</span><br /></div><br />e quindi la procedura è abbastanza semplice. Ma se la password dimenticata è quella del super utente del cluster? In quel caso occorre cambiare prima il file pg_hba.conf mettendo il metodo di accesso al database come <span style="font-style: italic;">trust</span> (almeno per l'utente amministratore), collegarsi al database, settare la password con il comando di cui sopra e reimpostare il file pg_hba.conf come in precedenza.