> On Nov 7, 2024, at 10:47 AM, Evan Rempel <erempel(at)uvic(dot)ca> wrote:
>
> Anyone know if there is a straight forward way to allows the pg_start_backup and the pg_stop_backup to be run in different sessions?
Would it be feasible for you to write a small tool which executes pg_start_backup, runs in the background, and on command executes pg_stop_backup? Could maybe be done with a shell script & pipes...