David Steele
David Steele
Can you run one of the commands that is seg faulting with `catchsegv`? For example: ``` catchsegv pgbackrest --stanza=demo check --log-level-console=info ```
Although one thing I am noticing is: ``` pg2-path=/var/lib/postgresql/data ``` and: ``` pg3-path=/var/lib/postgresql/data ``` For legacy reasons the pg host configuration should always be `pg1-path`: ``` pg1-path=/var/lib/postgresql/data ``` Of course...
I tried a similar config and I got: ``` postgres@pg-primary:/$ pgbackrest --stanza=demo --log-level-console=info check ERROR: [037]: check command requires option: pg1-path HINT: does this stanza exist? ``` So perhaps that's...
What version of alpine are you using? I can't reproduce it on Debian so I'd like to try Alpine. Thanks!
This looks reasonable, but we definitely need tests that show error, db, and tablespace format in json. Should be easy enough to add these after the equivalent text tests, definitely...
I think it is fine to merge the changes in here and update the tests, but I would like to look at getting #1508 done first.
The PR looks good, but I'm still not happy with the underlying format of the data that gets exposed as JSON. I'm working on that, but it will need to...
@andr-sokolov We were hoping to get the error type into this format, but I don't think that's going to happen any time soon. Probably it would be best to look...
Yeah, I suspected that might be an issue. The annotations commit is now in main so merge whenever you like.
> Is it possible to skip the creation of the "softlinks" to latest? This is not currently possible when `repo-type=posix`. We expect Posix filesystems to act like Posix filesystems. >...