question on streaming replication

From: Atul Kumar <akumar14871(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: question on streaming replication
Date: 2018-06-14 05:28:53
Message-ID: CA+ONtZ7PBQZt002Zz4F2k703KUGHTr_eScJrV0hQbVHhGtAABA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hi,

I have postgres edb 9.6 version, i have below query to solve it out.

i have configured streaming replication having master and slave node
on same server just to test it.

All worked fine but when i made slave service stop, and create some
test databases in master, after then i made slave service start, slave
didn't pick the changes.

The replication was on async state.

Then after doing some search on google i tried to make it sync state
but even making changes in postgresql.conf file I am neither getting
sync state nor getting any changes on slave server.

Please suggest the needful.

Regards,
Atul

Responses

Browse pgsql-general by date

  From Date Subject
Next Message a 2018-06-14 05:34:31 Re: How to reference a composite type in schemas not "public"?
Previous Message Łukasz Jarych 2018-06-14 05:19:42 Re: Using GIT to caught delta between database versions

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2018-06-14 05:29:59 Re: Partitioning with temp tables is broken
Previous Message David G. Johnston 2018-06-14 04:56:55 Re: Two round for Client Authentication