Re: Running rsync backups in pg15

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: Evan Rempel <erempel(at)uvic(dot)ca>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Running rsync backups in pg15
Date: 2024-11-07 17:54:04
Message-ID: 0BE65A30-BD69-4D52-968A-E48F54427009@elevated-dev.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> 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...

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ron Johnson 2024-11-07 18:02:25 Re: Running rsync backups in pg15
Previous Message Evan Rempel 2024-11-07 17:47:17 Re: Running rsync backups in pg15