Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rzHu4-002vqd-GL for pgsql-general@arkaria.postgresql.org; Tue, 23 Apr 2024 15:17:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rzHu3-00972Q-3Y for pgsql-general@arkaria.postgresql.org; Tue, 23 Apr 2024 15:17:51 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rzHu2-00970b-MY for pgsql-general@lists.postgresql.org; Tue, 23 Apr 2024 15:17:50 +0000 Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rzHtx-004Gcp-E7 for pgsql-general@lists.postgresql.org; Tue, 23 Apr 2024 15:17:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=depesz.com; s=20170201; h=In-Reply-To:Content-Type:MIME-Version:References:Reply-To: Message-ID:Subject:Cc:To:Sender:From:Date:Content-Transfer-Encoding: Content-ID:Content-Description; bh=iInqLthmf6Mj8Gq/j4waQXz++qK9hBJztRyZlpBjEqE=; b=I6myE7eesl8gwdGtTvxStS/6K1 4TqQWgNtzEP9BdfRiFSOUVQiMx7FDfYfLqgArPNv7tGjHT5pNPzgArDRe6o+dh3yhFs3gXCQjnrtw OaIwD6tASBnKumeLpty9zwpkdVdbavEQV3utflS8v6Gaw4797GrkS6rR5whWdYfyQ/1w=; Received: from depesz by depesz.com with local (Exim 4.96) (envelope-from ) id 1rzHtu-006sUZ-1S; Tue, 23 Apr 2024 17:17:42 +0200 Date: Tue, 23 Apr 2024 17:17:42 +0200 From: hubert depesz lubaczewski Sender: depesz@depesz.com To: Arbol One Cc: pgsql-general@lists.postgresql.org Subject: Re: Password forgotten Message-ID: Reply-To: depesz@depesz.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Tue, Apr 23, 2024 at 08:14:15AM -0400, Arbol One wrote: > Hello. > In my Debian box, after entering this command to psql-16, *psql -h localhost > -U postgres* You might want to read https://www.depesz.com/2008/11/28/recovering-lost-postgresql-password/ Best regards, depesz