Re: Restore database into azure PostgreSQL

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: mahesh ravilla <maheshpostgresql(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Restore database into azure PostgreSQL
Date: 2019-07-11 16:29:29
Message-ID: de4384fd-cae3-7934-1ad5-2aa36f187b7e@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7/11/19 9:25 AM, mahesh ravilla wrote:
> Hi, when restore a on promises database into azure PostgreSQL. I am ge3a
> error please help ASAP.
>
> Could not connect to server :connection refused
> Is the server running on host " azure_server_name" (000.000.000.00)  and
> accepting
> Tcp/ip connection on port 5432?

Connection troubleshooting:

1) Verify Postgres server is actually running.

2) Verify what port it is listening on(5432 is default).

3) Verify correct hostname.

4) Check to see if there is a firewall blocking the Postgres server port.

>
> Thanks
> Mahesh Ravilla
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Clarke 2019-07-11 16:33:28 Re: Restore database into azure PostgreSQL
Previous Message mahesh ravilla 2019-07-11 16:25:36 Restore database into azure PostgreSQL