Before doing the restore etcdtl is it required to run the command in the below order
1. systemctl stop etcd
2. ETCDCTL_API=3 etcdctl --endpoints=https://[127.0.0.1]:2379 --cacert=/opt/ca.crt --cert=/opt/KUIN00601/etcd-client.crt --key=/opt/etcd-client.key snapshot restore /srv/data/etcd-snapshot-previous.db
3. systemctl start etcd
Please reply