Closed amontalban closed 3 years ago
It's now failing the make indent
checks. If you can, check out our https://github.com/citusdata/pg_auto_failover/blob/master/CONTRIBUTING.md guidelines and then do make indent
and push the new version of your PR, otherwise I'm going to look into doing that myself (but I'm not sure if I'm allowed to push to your branch).
It's now failing the
make indent
checks. If you can, check out our https://github.com/citusdata/pg_auto_failover/blob/master/CONTRIBUTING.md guidelines and then domake indent
and push the new version of your PR, otherwise I'm going to look into doing that myself (but I'm not sure if I'm allowed to push to your branch).
Sorry @DimCitus, I tried that before in my macOS but the Makefile
was failing. I got it working and I think it should pass now.
Thanks for your work @amontalban ; both the bug report and now the bug fix, and welcome to the pg_auto_failover contributors team!
This PR allows configuring the
maximum-backup-rate
setting when runningpg_autoctl create postgres
.Fixes #780