Re: recovery error while running any statement

From: yudhi s <learnerdatabase99(at)gmail(dot)com>
To: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: recovery error while running any statement
Date: 2025-01-09 16:54:26
Message-ID: CAEzWdqf7Wmszj03Nymcf3VHAufofr=dSgsCUK+7+ZZ13Rx95Bg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yes , it's a cluster aurora global database. I am a bit new to this. Can
you please explain a bit more, what must be the reason and what should we
do to make it back online to serve the queries? It's a non-prod though.

On Thu, Jan 9, 2025 at 10:19 PM Ron Johnson <ronljohnsonjr(at)gmail(dot)com> wrote:

> On Thu, Jan 9, 2025 at 11:42 AM yudhi s <learnerdatabase99(at)gmail(dot)com>
> wrote:
>
>> Hello Experts,
>> It's postgres aurora version 16. While running the ALTER command on any
>> object we see an error "*Only RowExclusiveLock or less can be acquired
>> on database objects during recovery*". If I run any DML it gives an
>> error stating '*cannot execute UPDATE in a read-only transaction*' ,
>> then I tried setting "*set transaction read-write*" and it erroring out
>> with "*cannot set transaction read-write mode during recovery*".
>>
>> Want to understand , what is the cause of this error and how to fix this?
>>
>
> The cause of the error is that the instance is in recovery mode, just like
> the error message says.
>
> Is your system a cluster?
>
> --
> Death to <Redacted>, and butter sauce.
> Don't boil me, I'm still alive.
> <Redacted> lobster!
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message yudhi s 2025-01-09 17:01:20 Re: recovery error while running any statement
Previous Message Adrian Klaver 2025-01-09 16:51:53 Re: recovery error while running any statement