when i run fly scale count 3
to add 1 more replica to the Postgres cluster,
i get this error.
2025-02-03T12:59:44.329 runner[5683770c600228] nrt [info] Machine started in 1.463s
2025-02-03T12:59:44.450 app[5683770c600228] nrt [info] 2025/02/03 12:59:44 INFO SSH listening listen_address=[fdaa:3:b480:a7b:d86c:416e:39f8:2]:22 dns_server=[fdaa::3]:53
2025-02-03T12:59:44.558 app[5683770c600228] nrt [info] Provisioning standby
2025-02-03T12:59:44.591 app[5683770c600228] nrt [info] panic: failed to resolve member over dns: unable to resolve cloneable member
2025-02-03T12:59:44.591 app[5683770c600228] nrt [info] goroutine 1 [running]:
2025-02-03T12:59:44.591 app[5683770c600228] nrt [info] main.panicHandler({0xa0c0a0, 0xc000297690})
2025-02-03T12:59:44.591 app[5683770c600228] nrt [info] /go/src/github.com/fly-apps/fly-postgres/cmd/start/main.go:190 +0x4a
2025-02-03T12:59:44.591 app[5683770c600228] nrt [info] main.main()
2025-02-03T12:59:44.591 app[5683770c600228] nrt [info] /go/src/github.com/fly-apps/fly-postgres/cmd/start/main.go:67 +0xe65
2025-02-03T12:59:45.204 app[5683770c600228] nrt [info] INFO Main child exited normally with code: 2
2025-02-03T12:59:45.229 app[5683770c600228] nrt [info] INFO Starting clean up.
2025-02-03T12:59:45.290 app[5683770c600228] nrt [info] INFO Umounting /dev/vdc from /data
I can see the error is coming from this line
but I do have the primary instance in the cluster. (1 primary and 1 replica currently)