David Steele
David Steele
> Am I correct that using rsync >= 3.1.3 with the appropiate filesystem that supports subseconds and the appropiate rsync option to consider subsecond resolution would solve this? I don't...
In general I don't think backup/restore is meant to be run in the foreground so not sure this is worth the effort. Percent complete is in the log, though soon...
I think the solution proposed for #1490 would work pretty well for getting progress, so we'll likely go with that. You could always write a tool to show a progress...
So you can't just put the ARN into `repo1-s3-role`? It would be helpful if you could contribute a working patch. Don't worry about the unit tests, we are happy to...
I'm opening this again because we need to change `ASSERT: [025]: invalid PostgreSQL version 130000` to a normal error. It's great that we caught this in some way, but users...
Thank you for submitting this. It is interesting to see what it takes to get pgBackRest working with Greenplum. The bulk of the patch seems to be dealing with custom...
> Did I understand correctly that if I prepare a PR that will implement support for all page sizes used in PostgreSQL (1, 2, 4, 8, 16 and 32kb), then...
I've been thinking about this some more, and it may be possible to add greenplum support (as well as other forks) by adding options to give pgbackrest the information about...
Right now `stop` has a slightly different meaning and I'm not sure if it would be good to overload. Maybe something like `offline` would work better. Or possibly an option,...
> Is it possible to add a safety against these stupid mistakes, and check that at least the files just below PGDATA are readable, to fail at the very beginning?...