Re: postgres connection

From: Ramesh T <rameshparnanditech(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgres connection
Date: 2015-08-07 10:31:56
Message-ID: CAK8Zd=vHBZp_MU7=cL6joz4OrA=WLASvNWR_O-VZsp9ZjP8hiA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

FATAL: syntax error in file "recovery.conf" line 2, near token "config"
< 2015-08-07 05:21:13.086 EDT >LOG: startup process (PID 6129) exited with
exit code 1
< 2015-08-07 05:21:13.086 EDT >LOG: aborting startup due to startup
process failure

in pg_log

I changed in Recovery.conf

restore_command = 'cp /test/pgsql/pg_log_archive/%f %p'

bash-4.1$ /etc/init.d/postgresql-9.3 start

Starting postgresql-9.3 service: [FAILED]

bash-4.1$pg_ctl start
Starting postgresql-9.3 service: [FAILED]
bash-4.1$service postgres-9.3 start
Starting postgresql-9.3 service: [FAILED]

when i try to conect server from pgadmin3
return error like
could not connect to the server: connection refused on host
2.3.421.1 and accepting tcp/ip connection on port 5432.

any help to start server..

On Fri, Aug 7, 2015 at 2:26 PM, Ramesh T <rameshparnanditech(at)gmail(dot)com>
wrote:

> any help
>
> On Thu, Aug 6, 2015 at 6:51 PM, Ramesh T <rameshparnanditech(at)gmail(dot)com>
> wrote:
>
>> Hi all,
>> I got a problem when i start postgres server.
>> like'
>> could not connect to the server: connection refused on host
>> 2.3.421.1 and accepting tcp/ip connection on port 5432.
>>
>> any help appreciated..
>>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Leo Baltus 2015-08-07 11:01:23 pg_start_backup: file has vanished from pg_subtrans/
Previous Message Ramesh T 2015-08-07 08:56:42 Re: postgres connection