Skip to content

Commit

Permalink
Simplify preconditions
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Sep 23, 2014
1 parent 99f5e6a commit 2a8efe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions tutorial/1.0.6/add-replica/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ Learning steps to add a new replica node, remove an existing replica, and replac
Please complete the ["getting started" tutorial](../groonga/) before this.
* You must know how to duplicate data between multiple clusters.
Please complete the ["How to backup and restore the database?" tutorial](../dump-restore/) before this.
* Your `catalog.json` must have `system` and `catalog` plugins in the list of plugins.
Otherwise, you must add them, like:

- "plugins": ["groonga", "crud", "search", "dump"],
+ "plugins": ["groonga", "crud", "search", "dump", "system", "catalog"],


This tutorial assumes that there are two existing Droonga nodes prepared by the [first tutorial](../groonga/): `node0` (`192.168.100.50`) and `node1` (`192.168.100.51`), and there is another computer `node2` (`192.168.100.52`) for a new node.
If you have Droonga nodes with other names, read `node0`, `node1` and `node2` in following descriptions as yours.

## What's "replica"?

Expand Down
4 changes: 2 additions & 2 deletions tutorial/1.0.6/dump-restore/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ 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.

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.
This tutorial assumes that there are two existing Droonga nodes prepared by the [previous tutorial](../groonga/): `node0` (`192.168.100.50`) and `node1` (`192.168.100.51`), and there is another computer `node2` (`192.168.100.52`) as a working environment.
If you have Droonga nodes with other names, read `node0`, `node1` and `node2` in following descriptions as yours.

## Backup data in a Droonga cluster

Expand Down

0 comments on commit 2a8efe0

Please sign in to comment.