We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de9611 commit 51841a0Copy full SHA for 51841a0
internal/flypg/repmgr.go
@@ -325,7 +325,6 @@ func (r *RepMgr) clonePrimary(hostname string) error {
325
}
326
327
func (r *RepMgr) regenReplicationConf(ctx context.Context) error {
328
- // TODO: do we need -c?
329
if _, err := utils.RunCmd(ctx, "postgres",
330
"repmgr", "--replication-conf-only",
331
"-h", r.HostName,
0 commit comments