Daniel Farina
Daniel Farina
On May 6, 2014 12:54 PM, "Mike Fiedler" [email protected] wrote: > re: --cluster-read-rate-limit - can that be specified as an env var, or > must it be a command line...
@miketheman sorry for the long delay -- the main problem is (as I understand it) one needs to gin up a correct `backup_label` if one is backing up a live...
On Thu, May 19, 2016 at 1:45 AM Amit Langote [email protected] wrote: > User-space concurrent (non-exclusive) backup API of 9.6 seems useful for > this. Yeah. I've been waiting for...
On Mon, Jul 24, 2017 at 9:39 PM Eugene Klimov wrote: > @fdr could you implement backup-push with > hot_standby = on for postgresql 9.6 ? > Wasn't planning on...
Hm. That's an area that can be improved wholesale in the WABS driver. Normally `uri_get_file` is used for small files. Other backends (like `s3`) are pipelined (and thus no tempoorary...
@ajmarks, thanks for your recent contributions, would you consider fixing this and/or adding WABS integration tests? (see blackbox.py).
You are right, that is not intentional. Care to submit a patch?
Yeah. It would break old backups and pruning. I wonder if it could be made backwards compatible via environment variable and then be deprecated over two versions. Most backups are...
On Tue, Jun 13, 2017 at 9:03 AM carraher wrote: > Is there any chance this is "safe" to fix in an upcoming release? The only > other choice is...
The error message could afford to be improved, but to retry is at least the right behavior. Does it ever succeed?