replication issue

From: Dhandapani Shanmugam <postgresql95(at)gmail(dot)com>
To: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: replication issue
Date: 2018-04-09 08:41:41
Message-ID: CAAj4MFFt4_W2JewTRf4xC-WyenFMHJziD39mb-rvbxE7=WGPNw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi All,

I am setting up streaming replication and getting below error when starting
the postgreSQL instance on stanby server. Need your expert advise

postgres 26110 26108 0 16:35 ? 00:00:00 postgres: startup process
recovering 00000002000000000000001F

Below are my content of recovery.conf

standby_mode = 'on'
primary_conninfo = 'host=188.33.44.33 port=5432 user=replication'
restore_command = 'cp /u101/oradata/postgres/standby/pg_xlog/%f %p'

-D

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dhandapani Shanmugam 2018-04-09 08:51:51 Re: replication issue
Previous Message Laurenz Albe 2018-04-06 08:50:35 Re: Fwd: [CentOS] Centos 7 LAPP setup Postgresql version and setup