|
820 | 820 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
821 | 821 |
|
822 | 822 | <li class="md-nav__item"> |
823 | | - <a href="#embedded-database-migration-sqlite-postgresql" class="md-nav__link"> |
| 823 | + <a href="#embedded-database-migration-sqlite-embedded-postgresql" class="md-nav__link"> |
824 | 824 | <span class="md-ellipsis"> |
825 | | - Embedded Database Migration (SQLite → PostgreSQL) |
| 825 | + Embedded Database Migration (SQLite → Embedded PostgreSQL) |
826 | 826 | </span> |
827 | 827 | </a> |
828 | 828 |
|
829 | | - <nav class="md-nav" aria-label="Embedded Database Migration (SQLite → PostgreSQL)"> |
| 829 | + <nav class="md-nav" aria-label="Embedded Database Migration (SQLite → Embedded PostgreSQL)"> |
830 | 830 | <ul class="md-nav__list"> |
831 | 831 |
|
832 | 832 | <li class="md-nav__item"> |
|
3648 | 3648 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
3649 | 3649 |
|
3650 | 3650 | <li class="md-nav__item"> |
3651 | | - <a href="#embedded-database-migration-sqlite-postgresql" class="md-nav__link"> |
| 3651 | + <a href="#embedded-database-migration-sqlite-embedded-postgresql" class="md-nav__link"> |
3652 | 3652 | <span class="md-ellipsis"> |
3653 | | - Embedded Database Migration (SQLite → PostgreSQL) |
| 3653 | + Embedded Database Migration (SQLite → Embedded PostgreSQL) |
3654 | 3654 | </span> |
3655 | 3655 | </a> |
3656 | 3656 |
|
3657 | | - <nav class="md-nav" aria-label="Embedded Database Migration (SQLite → PostgreSQL)"> |
| 3657 | + <nav class="md-nav" aria-label="Embedded Database Migration (SQLite → Embedded PostgreSQL)"> |
3658 | 3658 | <ul class="md-nav__list"> |
3659 | 3659 |
|
3660 | 3660 | <li class="md-nav__item"> |
@@ -3797,7 +3797,7 @@ <h1 id="migrating-from-v07-and-earlier-versions-to-v2">Migrating from v0.7 and E |
3797 | 3797 | <p class="admonition-title">Note</p> |
3798 | 3798 | <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> |
3799 | 3799 | </div> |
3800 | | -<h2 id="embedded-database-migration-sqlite-postgresql">Embedded Database Migration (SQLite → PostgreSQL)</h2> |
| 3800 | +<h2 id="embedded-database-migration-sqlite-embedded-postgresql">Embedded Database Migration (SQLite → Embedded PostgreSQL)</h2> |
3801 | 3801 | <p>In v0.7 and earlier, GPUStack used an embedded SQLite database by default to store management data. Starting from v2.0.0, GPUStack dropped SQLite support and now uses an embedded PostgreSQL database by default for improved performance and scalability.</p> |
3802 | 3802 | <p>If you previously deployed GPUStack with the embedded SQLite database, follow the steps below to migrate your data to the new PostgreSQL-based format.</p> |
3803 | 3803 | <div class="admonition warning"> |
|
0 commit comments