summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/docs/platform/common/_bigcouch_migration.md2
-rw-r--r--pages/docs/platform/services/couchdb.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/pages/docs/platform/common/_bigcouch_migration.md b/pages/docs/platform/common/_bigcouch_migration.md
index 122fedc..eb7e07e 100644
--- a/pages/docs/platform/common/_bigcouch_migration.md
+++ b/pages/docs/platform/common/_bigcouch_migration.md
@@ -1,7 +1,5 @@
@title = "Migrating from BigCouch to plain CouchDB"
-### Migrating from BigCouch to plain CouchDB
-
Here are the steps needed to replace BigCouch with CouchDB.
At the end of this process, you will have just *one* node with `services` property equal to `couchdb`. If you had a BigCouch cluster before, you will be removing all but one of those machines to consolidate them into one CouchDB machine.
diff --git a/pages/docs/platform/services/couchdb.md b/pages/docs/platform/services/couchdb.md
index d2dd871..e187388 100644
--- a/pages/docs/platform/services/couchdb.md
+++ b/pages/docs/platform/services/couchdb.md
@@ -148,4 +148,6 @@ If you add a node, or remove one node from the cluster,
time ./couchdb_restoreall.sh
```
+# Migrating from BigCouch to plain CouchDB
+
<%= render :partial => 'docs/platform/common/bigcouch_migration.md' %>