Re: PITR based recovery failing due to difference in max_connections

2023-08-04 Thread Kalit Inani
Fri, Aug 4, 2023 at 1:13 PM Ron wrote: > On 8/3/23 23:47, Kalit Inani wrote: > > Hi all, > During PITR based recovery of a postgres instance, we are getting the > following error - > '2023-06-21 23:52:52.232 PDT [24244] FATAL: hot standby is not possible > because max_conne

PITR based recovery failing due to difference in max_connections

2023-08-03 Thread Kalit Inani
Hi all, During PITR based recovery of a postgres instance, we are getting the following error - '2023-06-21 23:52:52.232 PDT [24244] FATAL: hot standby is not possible because max_connections = 150 is a lower setting than on the master server (its value was 500)' Here are the steps we are followi