David Steele
David Steele
End-of-line comments have never been supported, so if they work in some cases it is entirely coincidence. The Windows INI format does not really lend itself to safely supporting these...
The `neutral-umask` option is working as intended. It only keeps a user umask from interfering with our modes. The question here is if we should fix the docs to match...
Thoughts, @kozlowski9ld, since this is similar to #1312?
We plan to add JSON output for `--set` output, but the feature is not currently scheduled.
#1508 does not exactly address this issue but it is very likely to be committed for v2.36. With this commit you'll at least know in the JSON output if backup...
Implemented in PR #1501.
> I was wondering if there is a way to speed up that? Small file performance can be improved with bundling: https://pgbackrest.org/user-guide.html#backup/bundle > Is it OK to have a crontab...
> Is it sufficient to check for a /tmp/pgbackrest/stanza-{archive,backup}.lock before running the backup? Sure is, but you'll just get a lock error from backrest if the backups run concurrently --...
> Ok, it would be a nice feature to add! We are definitely aware of that! :)
First -- I really, really would not run a Postgres cluster on CIFS, or any network file system for that matter. In our experience this reduces the reliability of the...