diff options
author | Micah Anderson <micah@riseup.net> | 2016-05-03 10:47:31 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2016-05-03 10:47:31 -0400 |
commit | d7e66ae46aac640a6699e6849a32053effcd0dd0 (patch) | |
tree | ba62f7bc1c3c6969ba07e3c92f8e1f665db5c1f5 /pages/docs/platform/services | |
parent | 3735362d0b55d124a793f7aa63c2966ca456b5cc (diff) |
Fix upgrading docs by splitting up the included partials
Diffstat (limited to 'pages/docs/platform/services')
-rw-r--r-- | pages/docs/platform/services/couchdb.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pages/docs/platform/services/couchdb.md b/pages/docs/platform/services/couchdb.md index 4850a81..cc40dc3 100644 --- a/pages/docs/platform/services/couchdb.md +++ b/pages/docs/platform/services/couchdb.md @@ -150,4 +150,10 @@ If you add a node, or remove one node from the cluster, ### Migrating from BigCouch to plain CouchDB -<%= render :partial => 'docs/platform/common/bigcouch_migration.md' %> +<%= render :partial => 'docs/platform/common/bigcouch_migration_begin.md' %> + + +<%= render :partial => 'docs/platform/common/bigcouch_migration_end.md' %> + + +<%= render :partial => 'docs/platform/common/bigcouch_migration_finish.md' %> |