Re: WAL segment NOT FOUND - Postgres 9.2

From: Venkata Balaji N <nag1010(at)gmail(dot)com>
To: Patrick B <patrickbakerbr(at)gmail(dot)com>
Cc: Ian Barwick <ian(at)2ndquadrant(dot)com>, pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: WAL segment NOT FOUND - Postgres 9.2
Date: 2016-06-08 09:18:52
Message-ID: CAEyp7J9kAoKiuiRNa8VHKx4azbqSgQa4gCyCiH2xT8YriD4rLg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Jun 7, 2016 at 9:53 AM, Patrick B <patrickbakerbr(at)gmail(dot)com> wrote:

> Can I update the database just by setting the server as slave using
> streaming replication?
>
> Or I have to re-sync all the data folder and then set it as slave with
> streaming replication?
>

If you are replaying WALs continuously without any issues, then, you can
just add *standby_mode='on'* and then, restart the standby database, that
should do.

Regards,
Venkata B N

Fujitsu Australia

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message jonescam 2016-06-08 13:46:03 Looking for Beta Users!
Previous Message Max Kremer 2016-06-07 22:14:42 Re: Planner is ignoring index when view is queried but uses index when running underlying view's sql