Fix incorrect Upgrading & Updates section in Docs
This commit is contained in:
@@ -2537,11 +2537,6 @@ cp -r logs/ logs-backup/</code></pre>
|
|||||||
<li><strong>Verify:</strong> <code>curl http://localhost:5000/myfsio/health</code></li>
|
<li><strong>Verify:</strong> <code>curl http://localhost:5000/myfsio/health</code></li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h3 class="h6 text-uppercase text-muted mt-4">Docker Update</h3>
|
|
||||||
<pre class="mb-3"><code class="language-bash">docker pull myfsio:latest
|
|
||||||
docker stop myfsio && docker rm myfsio
|
|
||||||
docker run -d --name myfsio -v myfsio-data:/app/data -p 5000:5000 -p 5100:5100 myfsio:latest</code></pre>
|
|
||||||
|
|
||||||
<h3 class="h6 text-uppercase text-muted mt-4">Rollback</h3>
|
<h3 class="h6 text-uppercase text-muted mt-4">Rollback</h3>
|
||||||
<p class="small text-muted mb-0">If something goes wrong, stop the service, restore the backed-up config and data directories, then restart with the previous binary or code version. See <code>docs.md</code> Section 4 for detailed rollback procedures including blue-green deployment strategies.</p>
|
<p class="small text-muted mb-0">If something goes wrong, stop the service, restore the backed-up config and data directories, then restart with the previous binary or code version. See <code>docs.md</code> Section 4 for detailed rollback procedures including blue-green deployment strategies.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user