Nicolas Thauvin

Results 11 comments of Nicolas Thauvin

Hi, that's a good idea. I definitly want to make pg_back more cloud / dev / k8s friendly, so I'll try to explore that as soon as I can, but...

Hi, this looks interesting but quite difficult to implement because we do not have any control on how the runs are scheduled. Maybe a formulae like "keep 1 backup every...

Hi, what kind of storage is it? (s3/r2, sftp, gcs,..?) Getting a timeout like this is weird, maybe it need some sort of a shorter keepalive?

Hi, this parameter lets users add any option they want to the `pg_dump` command line executed by pg_back. pg_back will always use `pg_dump` with some options, mainly the format and...

Hi, sorry for the late reply. This mode value is hard coded, so it's not possible to change it currently. It could be made configurable. Regards.

Hi @l00ptr, thanks a lot for taking care of this. After a quick look: some lead on the default mode and how to "handle umask" would be to keep the...

This fixes #132 Also, do not hesitate to rebase, the CI is fixed in the master branch

Hi, it could be interesting to ask PGDG to known if their policy about packaging Go programs (at least for the RPMs) has changed. pg_back was removed from pgrpms when...

Contributing pg_back packages to the PGDG repositories would be greatly appreciated 😃

Hi. Did you run into issues with that in production? Regards