[Groonga-commit] droonga/droonga.org at bba0ab4 [gh-pages] Update preconditions for backup-restore tutorial

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon May 26 18:59:33 JST 2014


YUKI Hiroshi	2014-05-26 18:59:33 +0900 (Mon, 26 May 2014)

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

  Message:
    Update preconditions for backup-restore tutorial

  Modified files:
    tutorial/1.0.3/restore/index.md

  Modified: tutorial/1.0.3/restore/index.md (+15 -2)
===================================================================
--- tutorial/1.0.3/restore/index.md    2014-05-26 18:51:51 +0900 (fc6619a)
+++ tutorial/1.0.3/restore/index.md    2014-05-26 18:59:33 +0900 (32fffb2)
@@ -14,11 +14,24 @@ 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.
-* The `dump` plugin must be registered to the `catalog.json` of your Droonga cluster.
-  If not, you must add the plugin to the list of `plugins`, like:
+* 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 the plugin `dump` in the list of plugins.
+  Otherwise, you must add the plugin to the list of `plugins`, like:
   
       - "plugins": ["groonga", "crud", "search"],
       + "plugins": ["groonga", "crud", "search", "dump"],
+  
+* Your `catalog.json` must not have any information in its `schema` section.
+  Otherwise, you must make the `schema` section empty, like:
+  
+      "datasets": {},
+  
 
 ## Backup data in a Droonga cluster
 
-------------- next part --------------
HTML����������������������������...
Download 



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