[Groonga-commit] droonga/droonga.org at eb5257b [gh-pages] Add backup-restore tutorial

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon May 26 15:35:10 JST 2014


YUKI Hiroshi	2014-05-26 15:35:10 +0900 (Mon, 26 May 2014)

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

  Message:
    Add backup-restore tutorial

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

  Added: tutorial/1.0.3/restore/index.md (+38 -0) 100644
===================================================================
--- /dev/null
+++ tutorial/1.0.3/restore/index.md    2014-05-26 15:35:10 +0900 (c8d709b)
@@ -0,0 +1,38 @@
+---
+title: "Droonga tutorial: How to backup and restore the database?"
+layout: en
+---
+
+* TOC
+{:toc}
+
+## The goal of this tutorial
+
+Learning steps to backup and restore data by your hand.
+
+## Precondition
+
+* You must have an existing [Droonga][] cluster with some data.
+  Please complete [the "getting started" tutorial](../groonga/) before this.
+* The `dump` plugin is registered to the `catalog.json` of your Droonga cluster.
+  If not, you must add the plugin to the list of `plugins`, like:
+  
+      - "plugins": ["groonga", "crud", "search"],
+      + "plugins": ["groonga", "crud", "search", "dump"],
+
+## Backup data in a Droonga cluster
+
+TBD
+
+## Restore data to a Droonga cluster
+
+TBD
+
+## Conclusion
+
+In this tutorial, you did backup a [Droonga][] cluster and restore the data.
+
+  [Ubuntu]: http://www.ubuntu.com/
+  [Droonga]: https://droonga.org/
+  [Groonga]: http://groonga.org/
+  [command reference]: ../../reference/commands/
-------------- next part --------------
HTML����������������������������...
Download 



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