[Groonga-commit] droonga/droonga.org at fcdca2a [gh-pages] Simplify preconditions

Back to archive index

Piro / YUKI Hiroshi null+****@clear*****
Tue Sep 23 19:05:35 JST 2014


Piro / YUKI Hiroshi	2014-09-23 19:05:35 +0900 (Tue, 23 Sep 2014)

  New Revision: fcdca2a541ca40eabac10bec4e15fa5658ddd9ed
  https://github.com/droonga/droonga.org/commit/fcdca2a541ca40eabac10bec4e15fa5658ddd9ed

  Message:
    Simplify preconditions

  Modified files:
    tutorial/1.0.6/dump-restore/index.md

  Modified: tutorial/1.0.6/dump-restore/index.md (+3 -18)
===================================================================
--- tutorial/1.0.6/dump-restore/index.md    2014-09-23 19:05:17 +0900 (a4e280d)
+++ tutorial/1.0.6/dump-restore/index.md    2014-09-23 19:05:35 +0900 (3814d05)
@@ -14,24 +14,9 @@ Learning steps to backup and restore data by your hand.
 
 * You must have an existing [Droonga][] cluster with some data.
   Please complete the ["getting started" tutorial](../groonga/) before this.
-* Your `catalog.json` must have the dataset `Default`.
-  Otherwise, you must change the name of the dataset, like:
-
-        "datasets": {
-      -   "Starbucks": {
-      +   "Default": {
-  
-* Your `catalog.json` must have `dump` and `system` plugins in the list of plugins.
-  Otherwise, you must add them to the list of `plugins`, like:
-  
-      - "plugins": ["groonga", "crud", "search"],
-      + "plugins": ["groonga", "crud", "search", "dump", "system"],
-  
-* Your `catalog.json` must not have any information in its `schema` section.
-  Otherwise, you must make the `schema` section empty, like:
-  
-      "schema": {},
-  
+
+This tutorial assumes that there are two existing Droonga nodes prepared by the [previous tutorial](../groonga/): `node0` and `node1`.
+If you have Droonga nodes with other names, read `node0` and `node1` in following descriptions as yours.
 
 ## Backup data in a Droonga cluster
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index