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..