[Groonga-commit] groonga/fluent-plugin-groonga at b7fa137 [master] doc: use the dump command instead of grndump

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Jan 16 10:56:44 JST 2018


Kouhei Sutou	2018-01-16 10:56:44 +0900 (Tue, 16 Jan 2018)

  New Revision: b7fa1376197bbc6dbf3e46fc4a8f7bdb6920fea4
  https://github.com/groonga/fluent-plugin-groonga/commit/b7fa1376197bbc6dbf3e46fc4a8f7bdb6920fea4

  Message:
    doc: use the dump command instead of grndump
    
    The dump command has been improved.

  Modified files:
    doc/text/constitution.md

  Modified: doc/text/constitution.md (+3 -3)
===================================================================
--- doc/text/constitution.md    2018-01-16 10:53:54 +0900 (cc5afd7)
+++ doc/text/constitution.md    2018-01-16 10:56:44 +0900 (e3693c1)
@@ -128,7 +128,7 @@ You cannot update data until fluentd is up.
 Here are recover steps when master Groonga server is down:
 
   1. Stop fluentd.
-  2. Run `grndump /PATH/TO/SLAVE/GROONGA/SERVER/DB >
+  2. Run `groonga /PATH/TO/SLAVE/GROONGA/SERVER/DB dump >
      SLAVE_GROONGA_DUMP.grn` on slave Groonga server host.
   3. Run `groonga -n /PATH/TO/MASTER/GROONGA/SERVER/DB <
      SLAVE_GROONGA_DUMP.grn` on master Groonga server.
@@ -141,7 +141,7 @@ You cannot update data until you finish to recover.
 
 Here are recover steps when slave Groonga server is down:
 
-  1. Run `grndump /PATH/TO/MASTER/GROONGA/SERVER/DB >
+  1. Run `groonga /PATH/TO/MASTER/GROONGA/SERVER/DB dump >
      MASTER_GROONGA_DUMP.grn` on master Groonga server host.
   2. Run `groonga -n /PATH/TO/SLAVE/GROONGA/SERVER/DB <
      MASTER_GROONGA_DUMP.grn` on slave Groonga server.
@@ -157,7 +157,7 @@ is full (see `buffer_queue_limit`) or fluentd gives up retrying (see
 Groonga server before those situations:
 
   1. Stop fluentd.
-  2. Run `grndump /PATH/TO/MASTER/GROONGA/SERVER/DB >
+  2. Run `groonga /PATH/TO/MASTER/GROONGA/SERVER/DB dump >
      MASTER_GROONGA_DUMP.grn` on master Groonga server host.
   3. Run `groonga -n /PATH/TO/SLAVE/GROONGA/SERVER/DB <
      MASTER_GROONGA_DUMP.grn` on slave Groonga server host.
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180116/b22d9023/attachment.htm 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る