Streaming replication

From: Wan Mohd Hashim Wan Yusoff <whashim(at)objectexpression(dot)com>
To: pgeu-general(at)postgresql(dot)org
Subject: Streaming replication
Date: 2013-08-02 08:02:02
Message-ID: CAC08bu0Z-TXAVef_wb1OW_KE4QZ79KoBD3vYrFvzeD_aOhqGUw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgeu-general

hi All;

I was trying the following tutorial to do postgresql streaming replication

http://rathinavneet.blogspot.com/2013/05/postgresql-91-streaming-replication-on.html

after followed all the steps given, my replication database failed to start
.

He is the output from log file .

command prompt :

psql: FATAL: the database system is starting up
postgres(at)demo2:/usr/share/postgresql/9.1$ psql
psql: FATAL: the database system is starting up

log file

2013-08-02 07:24:08 UTC LOG: streaming replication successfully connected
to primary
2013-08-02 07:24:39 UTC FATAL: the database system is starting up
2013-08-02 07:25:09 UTC FATAL: the database system is starting up
2013-08-02 07:25:50 UTC FATAL: the database system is starting up
2013-08-02 07:42:17 UTC FATAL: the database system is starting up

any help is greatly appreciated

--
wan hashim

Responses

Browse pgeu-general by date

  From Date Subject
Next Message Christoph Berg 2013-08-02 08:38:14 Re: Streaming replication
Previous Message Massimo Costantini 2013-07-30 13:54:53 Re: Fwd: Trigger on VIEW not firing