Hello, I am trying to perform a rollback in our lab cluster by following the below doc:
https://docs.rke2.io/backup_restore
so currently we are on 1.24.16, and for the testing purpose I am rolling back to 1.23.16. I stop the rke2-server on management nodes and then backed up the db, then ran the cluster-reset command, it runs fine but then it hits this error:
INFO[1035] Failed to test data store connection: context deadline exceeded
{"level":"warn","ts":"2023-10-06T12
3009.736-0700","logger":"etcd-client","caller":"v3@v3.5.4-k3s1/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"
etcd-endpoints://0xc0009d5500/127.0.0.1:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: last connection error: connection error: desc = \"transport: Error while dialing dial tcp 127.0.0.1
2379 connect: connection refused\""}
WARN[1035] Failed to get apiserver address from etcd: context deadline exceeded
FATA[1036] failed to wait for apiserver ready: timed out waiting for the condition, failed to get apiserver /readyz status: Get "
https://127.0.0.1:6443/readyz": EOF
Not sure why I am getting this error, any help would be much appreciated.