Skip to content

Commit

Permalink
add migration index
Browse files Browse the repository at this point in the history
  • Loading branch information
WanzenBug committed Dec 15, 2023
1 parent dcb118e commit 12b1e37
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
8 changes: 8 additions & 0 deletions helm.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
<img alt="Logo" src="content/linbit_sds.svg" height="70"/>
<ul>
<li><a href=".">Operator v2</a></li>
<li><a href="/migration/">Migration ▾</a>
<ul>
<li><a href="/migration/1-migrate-db.html">1. Migrate Database</a></li>
<li><a href="/migration/2-collect-information.html">2. Collect Information</a></li>
<li><a href="/migration/3-remove-operator-v1.html">3. Remove Operator v1</a></li>
<li><a href="/migration/4-install-operator-v2.html">4. Install Operator v2</a></li>
</ul>
</li>
<li>Operator v1</li>
</ul>
</nav>
Expand Down
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@
<nav>
<img alt="Logo" src="content/linbit_sds.svg" height="70"/>
<ul>
<li>Operator v2</li>
<li><a href="helm.html">Operator v1</a></li>
<li><a href="/">Operator v2</a></li>
<li><a href="/migration/">Migration ▾</a>
<ul>
<li><a href="/migration/1-migrate-db.html">1. Migrate Database</a></li>
<li><a href="/migration/2-collect-information.html">2. Collect Information</a></li>
<li><a href="/migration/3-remove-operator-v1.html">3. Remove Operator v1</a></li>
<li><a href="/migration/4-install-operator-v2.html">4. Install Operator v2</a></li>
</ul>
</li>
<li><a href="/helm.html">Operator v1</a></li>
</ul>
</nav>

Expand Down
2 changes: 1 addition & 1 deletion migration/1-migrate-db.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h4>Backing Up the Database</h4>
After exporting the backup, copy it to your host. This will be an additional "backup
copy” should there be issues during the migration.
</p>
<pre><code class="console">kubectl cp linstor-database-migration:/backup/backup-before-migration.json backup-before-migration.json</code></pre>
<pre><code class="console">kubectl cp linstor-database-migration:backup/backup-before-migration.json backup-before-migration.json</code></pre>

<h4>Updating the LINSTOR Configuration to Point to the New Database Back End</h4>
<p>
Expand Down
13 changes: 8 additions & 5 deletions migration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
<li><a href="/">Operator v2</a></li>
<li>Migration ▾
<ul>
<li><a href="1-migrate-db.html">1. Migrate Database</a></li>
<li><a href="/migration/1-migrate-db.html">1. Migrate Database</a></li>
<li><a href="/migration/2-collect-information.html">2. Collect Information</a></li>
<li><a href="/migration/3-remove-operator-v1.html">3. Remove Operator v1</a></li>
<li><a href="/migration/4-install-operator-v2.html">4. Install Operator v2</a></li>
</ul>
</li>
<li><a href="/helm.html">Operator v1</a></li>
Expand Down Expand Up @@ -43,9 +46,9 @@ <h1>Migrating to Operator V2</h1>

<ol>
<li><a href="1-migrate-db.html">(Optional) Migrate the LINSTOR database to use the Kubernetes backend.</a></li>
<li>Collect information about the current deployment.</li>
<li>Remove the LINSTOR Operator v1 deployment, keeping existing volumes untouched.</li>
<li>Deploy LINSTOR Operator v2 using the information gathered in step 2.</li>
<li><a href="2-collect-information.html">Collect information about the current deployment.</a></li>
<li><a href="3-remove-operator-v1.html">Remove the LINSTOR Operator v1 deployment, keeping existing volumes untouched.</a></li>
<li><a href="4-install-operator-v2.html">Deploy LINSTOR Operator v2 using the information gathered in step 2.</a></li>
</ol>

<h2>Prerequisites</h2>
Expand All @@ -62,7 +65,7 @@ <h2>Prerequisites</h2>
<li>You have the following command line tools available:
<ul>
<li><a href="https://kubernetes.io/docs/tasks/tools/">kubectl</a>
<li><a href="https://docs.helm.sh/docs/intro/install/">helm</a>
<li><a href="https://docs.helm.sh/docs/intro/install/">Helm</a>
<li><a href="https://jqlang.github.io/jq/download/">jq</a>
</ul>
</li>
Expand Down

0 comments on commit 12b1e37

Please sign in to comment.