kragniz / python-etcd3

Python client for the etcd API v3
Apache License 2.0
430 stars 184 forks source link

Does support snapshot restore #881

Open shufanhao opened 5 years ago

shufanhao commented 5 years ago

Only find snapshot api as below snapshot(file_obj)[source] Take a snapshot of the database.

But doesn't find snapshot restore, like command: etcdctl snapshot restore. Does this python etcd3 library support it?

gh-kgangineni commented 4 years ago

Any update on this please