Re: Azure Database for PostgreSQL flexible server: password authentication failed

From: Alicja Kucharczyk <zaledwie10minut(at)gmail(dot)com>
To: Alexander Farber <alexander(dot)farber(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Azure Database for PostgreSQL flexible server: password authentication failed
Date: 2025-02-28 15:16:38
Message-ID: CAM=sWa4UjaS0U9yYJKx-P7=V=8ZPJJSCSQ0xqZfMzmvp11Zbpw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Alex,

pt., 28 lut 2025 o 16:05 Alexander Farber <alexander(dot)farber(at)gmail(dot)com>
napisał(a):

> Now the connection from a container in AKS works for me:
>
> $ psql "postgresql://postgresql:password12345!!@
> 172.21.32.4:5432/postgres?sslmode=require"
> psql (17.4, server 16.6)
> SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384,
> compression: off, ALPN: none)
> Type "help" for help.
>
> postgres=>
>

good it finally worked ;)

>
> I must find now how to add a non-super user to it next.
>
You are adding users there as in any other postgres instance, just use
CREATE ROLE/USER from SQL prompt or use createuser utility.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Krishnakant Mane 2025-02-28 16:41:41 create_immv issue on aws Ubuntu even after create extention
Previous Message Alexander Farber 2025-02-28 15:15:26 Re: How to debug: password authentication failed for user