Skip to content

Commit

Permalink
Merge branch 'master' into add-pg17-support
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovinda committed Dec 16, 2024
2 parents ba6117f + fc9a260 commit c90d642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/majorversionupgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (c *Cluster) majorVersionUpgrade() error {
c.logger.Infof("identified non running pod, potentially skipping major version upgrade")
}

if ps.Role == "master" {
if ps.Role == "master" || ps.Role == "primary" {
masterPod = &pods[i]
c.currentMajorVersion = ps.ServerVersion
}
Expand Down

0 comments on commit c90d642

Please sign in to comment.