| From: | Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | message when starting standby without setting restore_command |
| Date: | 2019-04-04 04:01:40 |
| Message-ID: | 20190404.130140.164259632.horiguchi.kyotaro@lab.ntt.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hello.
When I tried to start server just putting recovery.signal, I got
the following message.
> FATAL: must specify restore_command when standby mode is not enabled
I got a bit confused to see the message. Formerly this message
was shown when recovery.conf that is setting standby_mode to yes
doesn't have restore_command setting. But now we can put
recovery.signal separately from standby.signal. I think this
message ought not to mention standby mode.
FATAL: must specify restore_command to start in targeted recovery mode
regards.
--
Kyotaro Horiguchi
NTT Open Source Software Center
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Rewrite-an-error-message-for-targeted-recovery-mode.patch | text/x-patch | 1.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2019-04-04 04:11:29 | Re: pg_rewind vs superuser |
| Previous Message | Yuzuko Hosoya | 2019-04-04 04:00:55 | RE: Problem with default partition pruning |