summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2016-05-03 11:10:13 -0400
committerMicah Anderson <micah@riseup.net>2016-05-03 11:10:13 -0400
commitebfa0e02d663d973e54710a9eccbbd8b5902a028 (patch)
tree2971f3b56e4d468534b7b1d813d17d565eb5522c
parentfb1fcd864e5279971b3e9f9de07fb232748767c2 (diff)
fix numbering
-rw-r--r--pages/docs/platform/upgrading/upgrade-0-8.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/docs/platform/upgrading/upgrade-0-8.md b/pages/docs/platform/upgrading/upgrade-0-8.md
index f68feb4..84e9cee 100644
--- a/pages/docs/platform/upgrading/upgrade-0-8.md
+++ b/pages/docs/platform/upgrading/upgrade-0-8.md
@@ -109,7 +109,7 @@ If you get this warning:
Just ignore it, it should be fixed on reboot/deploy.
-### Step 5: Deploy LEAP Platform 0.8 to the Couch node
+### Step 4: Deploy LEAP Platform 0.8 to the Couch node
You will need to deploy the 0.8 version of LEAP Platform to the couch node before continuing.
@@ -125,17 +125,17 @@ You will need to deploy the 0.8 version of LEAP Platform to the couch node befor
server# iptables -A INPUT -p tcp --dport 5984 --jump REJECT
```
-### Step 6: Import Data into CouchDB
+### Step 5: Import Data into CouchDB
<%= render :partial => 'docs/platform/common/bigcouch_migration_end.md' %>
-### Step 5: Deploy everything
+### Step 6: Deploy everything
Now that you've upgraded all nodes to Jessie, and migrated to CouchDB, you are ready to deploy LEAP Platform 0.8 to the rest of the nodes:
workstation$ cd <provider directory>
workstation$ leap deploy
-### Step 6: Test and cleanup
+### Step 7: Test and cleanup
<%= render :partial => 'docs/platform/common/bigcouch_migration_finish.md' %>