|
87 | 87 | <div data-md-component="skip"> |
88 | 88 |
|
89 | 89 |
|
90 | | - <a href="#migration-from-v07-and-earlier" class="md-skip"> |
| 90 | + <a href="#migrating-from-v07-and-earlier-versions-to-v2" class="md-skip"> |
91 | 91 | Skip to content |
92 | 92 | </a> |
93 | 93 |
|
|
3815 | 3815 |
|
3816 | 3816 |
|
3817 | 3817 |
|
3818 | | -<h1 id="migration-from-v07-and-earlier">Migration from v0.7 and Earlier</h1> |
| 3818 | +<h1 id="migrating-from-v07-and-earlier-versions-to-v2">Migrating from v0.7 and Earlier Versions to v2</h1> |
3819 | 3819 | <div class="admonition note"> |
3820 | 3820 | <p class="admonition-title">Note</p> |
3821 | 3821 | <p>Since v2.0.0, GPUStack supports Linux only. For other OS, move the data directory to a Linux system and run the migration.</p> |
@@ -3891,18 +3891,18 @@ <h4 id="migrate-using-docker">Migrate Using Docker</h4> |
3891 | 3891 | <h4 id="recreating-model-instances">Recreating Model Instances</h4> |
3892 | 3892 | <p>After the upgrade is complete, existing Model Instances may remain stuck in the <code>Starting</code> state. If this happens, recreating the Model Instance will allow the model to run normally.</p> |
3893 | 3893 | <h2 id="external-database-migration">External Database Migration</h2> |
3894 | | -<p>GPUStack supported used an external database to store management data. If you previously deployed GPUStack with the external database, follow the steps below to migrate your data.</p> |
| 3894 | +<p>GPUStack supports using an external database to store the management data. If you previously deployed GPUStack with an external database, follow the steps below to migrate your data.</p> |
3895 | 3895 | <div class="admonition warning"> |
3896 | 3896 | <p class="admonition-title">Warning</p> |
3897 | | -<p><strong>Backup Required:</strong> Make sure to:</p> |
| 3897 | +<p><strong>Backup Required.</strong> Before proceeding, back up the following:</p> |
3898 | 3898 | <ul> |
3899 | 3899 | <li> |
3900 | | -<p>Back up the data directory at:</p> |
| 3900 | +<p>The data directory used by your previous GPUStack installation, typically located at:</p> |
3901 | 3901 | <div class="highlight"><pre><span></span><code>/var/lib/gpustack |
3902 | 3902 | </code></pre></div> |
3903 | 3903 | </li> |
3904 | 3904 | <li> |
3905 | | -<p>Back up your external database using your database system’s recommended backup procedure.</p> |
| 3905 | +<p>Your external database, using the backup procedure recommended by your database system.</p> |
3906 | 3906 | </li> |
3907 | 3907 | </ul> |
3908 | 3908 | </div> |
|
0 commit comments