Re: pgsql: Add 'basebackup_to_shell' contrib module.

2022-03-17 Thread Robert Haas
On Tue, Mar 15, 2022 at 3:04 PM Andres Freund wrote: > Seems like this ought to have at least some basic test to make sure it > actually works / keeps working? Wouldn't hurt, although it may be a little bit tricky to getting it work portably. I'll try to take a look at it. -- Robert Haas EDB: h

Re: pgsql: Add 'basebackup_to_shell' contrib module.

2022-03-15 Thread Andres Freund
Hi, On 2022-03-15 17:33:12 +, Robert Haas wrote: > Add 'basebackup_to_shell' contrib module. > > As a demonstration of the sort of thing that can be done by adding a > custom backup target, this defines a 'shell' target which executes a > command defined by the system administrator. The comma

pgsql: Add 'basebackup_to_shell' contrib module.

2022-03-15 Thread Robert Haas
Add 'basebackup_to_shell' contrib module. As a demonstration of the sort of thing that can be done by adding a custom backup target, this defines a 'shell' target which executes a command defined by the system administrator. The command is executed once for each tar archive generate by the backup