diff options
Diffstat (limited to 'pages/docs/platform/upgrading')
-rw-r--r-- | pages/docs/platform/upgrading/upgrade-0-8.md | 8 |
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' %> |