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 6b392d6 commit 2473d7aCopy full SHA for 2473d7a
internal/flypg/node.go
@@ -317,7 +317,8 @@ func (n *Node) PostInit(ctx context.Context) error {
317
}
318
case StandbyRoleName:
319
if err := n.migrateNodeNameIfNeeded(ctx, repConn); err != nil {
320
- return fmt.Errorf("failed to migrate node name: %s", err)
+ log.Printf("[ERROR] failed to migrate node name: %s", err)
321
+ // We try to bring the standby up anyway
322
323
324
// Register existing standby to apply any configuration changes.
0 commit comments