Re: pgsql: Add 'basebackup_to_shell' contrib module.
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Magnus Hagander <magnus@hagander.net>
Date: 2022-03-29T14:08:03Z
Lists: pgsql-hackers
Attachments
- v2-0002-Document-basebackup_to_shell.required_role.patch (application/octet-stream) patch v2-0002
- v2-0001-basebackup_to_shell-Add-TAP-test.patch (application/octet-stream) patch v2-0001
On Fri, Mar 25, 2022 at 5:52 PM Thomas Munro <thomas.munro@gmail.com> wrote: > On Sat, Mar 26, 2022 at 9:55 AM Thomas Munro <thomas.munro@gmail.com> wrote: > > https://api.cirrus-ci.com/v1/artifact/task/5637156969381888/log/contrib/basebackup_to_shell/tmp_check/log/regress_log_001_basic > > This line doesn't look too healthy: > > pg_basebackup: error: backup failed: ERROR: shell command "type con > > "C:cirruscontrib asebackup_to_shell mp_check mp_test_tch3\base.tar"" > failed > > I guess it's an escaping problem around \ characters. Oh, right. I didn't copy the usual incantation as completely as I should have done. Here's a new version, hopefully rectifying that deficiency. I also add a second patch here, documenting basebackup_to_shell.required_role, because Joe Conway observed elsewhere that I forgot to do that. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Print information about type of test and subdirectory before running tests.
- 28bdfa2adfc6 15.0 landed
-
In basebackup_to_shell tests, properly set up pg_hba.conf.
- fea1cc49e4ab 15.0 landed
-
Add .gitignore for basebackup_to_shell.
- f8e0d900afed 15.0 landed
-
basebackup_to_shell: Add TAP test.
- 027fa0fd7261 15.0 landed
-
Document basebackup_to_shell.required_role.
- 26a0c025e233 15.0 landed
-
Add 'basebackup_to_shell' contrib module.
- c6306db24bd9 15.0 cited