Re: recovery error while running any statement - Mailing list pgsql-general

From Adrian Klaver
Subject Re: recovery error while running any statement
Date
Msg-id 86acb9be-a695-4902-b612-e2fb15339982@aklaver.com
Whole thread Raw
In response to recovery error while running any statement  (yudhi s <learnerdatabase99@gmail.com>)
Responses Re: recovery error while running any statement
List pgsql-general
On 1/9/25 08:42, yudhi s 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?

Per:

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.AuroraPostgreSQL.html

Aurora Postgres is not the community edition, you should probably take 
this up with AWS support.

> 
> Regards
> Yudhi

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Andrii Novikov
Date:
Subject: Re: Unexpected results from a query with UNION ALL
Next
From: yudhi s
Date:
Subject: Re: recovery error while running any statement