Re: pg_dump

From: Ramesh T <rameshparnanditech(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_dump
Date: 2014-12-17 11:05:17
Message-ID: CAK8Zd=tSt5_4kaALNGd1u=9x9pGX1OkZ5oZyN1Pfo_Uy5Z4zvQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

problem solved,

C:\Program Files\pgadmin\bin>pg_dump -U postgres host -p port -C -f
c:\bb\db_1 db_2
then
to import i used psql

On Wed, Dec 17, 2014 at 10:44 AM, Ramesh T <rameshparnanditech(at)gmail(dot)com>
wrote:
>
> Please let me know what happend inside ..?
>
>
> On Wednesday, December 17, 2014, Ramesh T <rameshparnanditech(at)gmail(dot)com>
> wrote:
>
>>
>> I'm installed pgadmin 3 on windows I'm trying to connect server.the
>> server is on Linux.now I'm trying pgdump from windows from using putty
>> connected to Linux Postgres server..also last mail I sent trying from
>> windows local c:\... :)
>> On Wednesday, December 17, 2014, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
>> wrote:
>>
>>> On 12/16/2014 08:17 AM, Ramesh T wrote:
>>>
>>>>
>>>> C:\Program Files\pgAdmin III\1.14>pg_dump -U postgres -p 5432 -C -f
>>>> c:\backup\db_2.dump db_1;
>>>> pg_dump: [archiver (db)] connection to database "db_1;"
>>>>
>>>> failed: coul
>>>> d not connect to server: Connection refused (0x0000274D/10061)
>>>> Is the server running on host "localhost" (::1) and accepting
>>>> TCP/IP connections on port 5432?
>>>> could not connect to server: Connection refused (0x0000274D/10061)
>>>> Is the server running on host "localhost" (127.0.0.1) and
>>>>
>>>> accepting
>>>> TCP/IP connections on port 5432?
>>>>
>>>>
>>>> is it right excution process ,if it is yes 5432..?
>>>>
>>>
>>> Previously you where using PuTTY to log in to the machine with the
>>> Postgres server, so I assume it is not running on the Windows machine. If
>>> that is the case doing the above is bound to fail. What the error is
>>> telling you is that pg_dump cannot find a Postgres instance listening where
>>> you told it to go. Bottom line is you need to be more accurate in what you
>>> are doing.
>>>
>>> So:
>>>
>>> 1) Back to my first post; "That would depend on where your Postgres
>>> server is relative to the c\ drive."
>>>
>>> What machine is the Postgres server located on?
>>>
>>> What machine are you trying to connect from?
>>>
>>> Everything you posted relates to the above. These questions need to be
>>> answered before we can go any further.
>>>
>>>
>>>>
>>>
>>>
>>> --
>>> Adrian Klaver
>>> adrian(dot)klaver(at)aklaver(dot)com
>>>
>>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sameer Kumar 2014-12-17 12:16:35 Re: Pausing log shipping for streaming replication
Previous Message Vincent Veyron 2014-12-17 10:46:23 Re: Storing Video's or vedio file in DB.