Преглед на файлове

docs: no need to stop etcd while doing backup

Jonathan Boulle преди 11 години
родител
ревизия
4367c9a1db
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      Documentation/0.5/admin_guide.md

+ 1 - 2
Documentation/0.5/admin_guide.md

@@ -38,10 +38,9 @@ In some circumstances, it may be necessary to recover an etcd cluster from a cri
 
 
 #### Backing up the datastore
 #### Backing up the datastore
 
 
-The first step of the recovery is to backup the data directory on a functioning etcd node. To do this, stop etcd and use the `etcdctl backup` command, passing in the original data directory used by etcd. For example:
+The first step of the recovery is to backup the data directory on a functioning etcd node. To do this, use the `etcdctl backup` command, passing in the original data directory used by etcd. For example:
 
 
 ```sh
 ```sh
-    pkill etcd
     etcdctl backup \
     etcdctl backup \
       --data-dir /var/lib/etcd \
       --data-dir /var/lib/etcd \
       --backup-dir /tmp/etcd_backup
       --backup-dir /tmp/etcd_backup