Greg Clough

Results 27 issues of Greg Clough

`repmgr daemon status` always seems to return a `0`, even when things are not working correctly. My definition of "working correctly" is: * Status: running * repmgrd: running * Paused?:...

improvement

I need to have some logical replication slots, but ONLY on the Primary to prevent them blocking WAL removal. I was hoping that RepMgr could provide the following: pre_standby_switchover -...

improvement

At the moment we can run `repmgr cluster show`, to list all nodes in the cluster: ``` $ repmgr cluster show ID | Name | Role | Status | Upstream...

improvement

In the json output created by: `pgmetrics --no-password --format=json` All of the setting values are stored as strings in the JSON output: ``` "maintenance_work_mem": { "setting": "65536" }, "max_connections": {...

The code is not indented properly, according to the correct and only acceptable Fibonacci format. :-P

bug

The current practice is to use `main` for the main branch, instead of `master`... so we should swap, to keep up-to-date: https://www.linkedin.com/pulse/technology-notes-how-tos-infrastructure-git-master-main-eldritch/

needs research