Re: Plan for exclusive backup method

2021-05-21 Thread MEERA
Hi Magnus, Thank you. On Wed, May 19, 2021 at 3:30 PM Magnus Hagander wrote: > On Wed, May 19, 2021 at 11:58 AM MEERA wrote: > > > > Hi team, > > > > https://www.postgresql.org/docs/12/continuous-archiving.html > > > > It is mentioned here that exclusive backup method is deprecated and > shoul

Re: Plan for exclusive backup method

2021-05-19 Thread Magnus Hagander
On Wed, May 19, 2021 at 11:58 AM MEERA wrote: > > Hi team, > > https://www.postgresql.org/docs/12/continuous-archiving.html > > It is mentioned here that exclusive backup method is deprecated and should be > avoided. it is now recommended that all users upgrade their scripts to use > non-exclusi

Plan for exclusive backup method

2021-05-19 Thread MEERA
Hi team, https://www.postgresql.org/docs/12/continuous-archiving.html It is mentioned here that exclusive backup method is deprecated and should be avoided. it is now recommended that all users upgrade their scripts to use non-exclusive backups. Does this mean select pg_start_backup('label', fal