Re: Wrong HINT during database recovery when occur a minimal wal.

From: <lchch1990(at)sina(dot)cn>
To: "Kyotaro Horiguchi" <horikyota(dot)ntt(at)gmail(dot)com>
Cc: "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Wrong HINT during database recovery when occur a minimal wal.
Date: 2021-01-15 13:01:23
Message-ID: 20210115130124.0097718C0099@webmail.sinamail.sina.com.cn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>I think it's also important to suggest to the users how they can turn
>on hot_standby on their standby. So, perhaps-a-bit-verbose hint would
>be like this.
>"Either start this standby from base backup taken after setting
>wal_level to \"replica\" on the primary, or turn off hot_standby
>here."
>This this make sense?Can you help me understand what [setting wal_level to \"replica\"] helpfor this startup from basebackup?
Do you mean set wal_level on basebackup or on the database we dobasebackup?

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2021-01-15 13:02:10 Re: Determine parallel-safety of partition relations for Inserts
Previous Message Masahiko Sawada 2021-01-15 12:53:33 Re: Commitfest 2021-01 Now in Progress