Re: Can I just reload the slave to change primary_conninfo?

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Jinhua Luo <luajit(dot)io(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Can I just reload the slave to change primary_conninfo?
Date: 2018-09-10 08:51:45
Message-ID: 20180910085145.GI19122@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Sep 10, 2018 at 04:32:39PM +0800, Jinhua Luo wrote:
> If I need to change the master address from which the slave
> replicates, must I restart the postgresql? Or just reload is ok?

This parameter is defined in postgresql.conf, you need to restart the
instance.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sergei Kornilov 2018-09-10 09:08:07 Re: Can I just reload the slave to change primary_conninfo?
Previous Message Jinhua Luo 2018-09-10 08:32:39 Can I just reload the slave to change primary_conninfo?