> On May 20, 2024, at 08:49, PetSerAl <petse...@gmail.com> wrote: > Basically, you need application cooperation to make > consistent live database backup. If it is critical that you have a completely consistent backup as of a particular point in time, and you are not concerned about restoring to a different processor architecture, pg_basebackup is a superior solution to pg_dump.
- pg_dump and not MVCC-safe commands PetSerAl
- Re: pg_dump and not MVCC-safe commands Guillaume Lelarge
- Re: pg_dump and not MVCC-safe commands PetSerAl
- Re: pg_dump and not MVCC-safe commands Tom Lane
- Re: pg_dump and not MVCC-safe commands PetSerAl
- Re: pg_dump and not MVCC-safe comm... Christophe Pettus
- Re: pg_dump and not MVCC-safe ... Ron Johnson