Rebuild follower nodes
Check if the follower node is unrecoverable
Initiate a cross-machine backup and rebuild for the follower node
apiVersion: polardbx.aliyun.com/v1
kind: XStoreFollower
metadata:
name: rebuildjob-follower
spec:
local: false
targetPodName: rebuild-demo-6jrr-dn-0-cand-1
xStoreName: rebuild-demo-6jrr-dn-0
Initiate a local backup and rebuild for the follower node
apiVersion: polardbx.aliyun.com/v1
kind: XStoreFollower
metadata:
name: rebuildjob-follower
spec:
local: true
targetPodName: rebuild-demo-6jrr-dn-0-cand-1
xStoreName: rebuild-demo-6jrr-dn-0
Check if the backup and rebuild task has been successful
Delete the backup and rebuild task
kubectl delete xf rebuildjob-follower