You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, after a patroni cluster crash, I am trying to bring up the host that was the leader. I stopped the patroni service in all nodes, then removed patroni cluster with patronictl -c /etc/patroni/patroni.yml remove some-cluster and then started the patroni service on the last master, but now I have this situation.
+ Cluster: some-cluster (MYNUMBER) +---------+---------+----+-----------+
| Member | Host | Role | State | TL | Lag in MB |
+-----------------------------------------------+-------------+---------+---------+----+-----------+
| hostname1 | 192.168.3.5 | Replica | stopped | | unknown |
+-----------------------------------------------+-------------+---------+---------+----+-----------+
In patroni log
2025-01-20 00:59:47 INFO: Lock owner: None; I am hostname1
2025-01-20 00:59:47 INFO: not healthy enough for leader race
2025-01-20 00:59:47 INFO: doing crash recovery in a single user mode in progress
Can anybody help me, please)
The text was updated successfully, but these errors were encountered:
Hello guys, after a patroni cluster crash, I am trying to bring up the host that was the leader. I stopped the patroni service in all nodes, then removed patroni cluster with
patronictl -c /etc/patroni/patroni.yml remove some-cluster
and then started the patroni service on the last master, but now I have this situation.In patroni log
Can anybody help me, please)
The text was updated successfully, but these errors were encountered: