Skip to content

Commit f678e6b

Browse files
committed
Deployed 19b276e to 2.0 with MkDocs 1.6.0 and mike 2.1.3
1 parent 19b276e commit f678e6b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

2.0/migration/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -820,13 +820,13 @@
820820
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
821821

822822
<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">
824824
<span class="md-ellipsis">
825-
Embedded Database Migration (SQLite → PostgreSQL)
825+
Embedded Database Migration (SQLite → Embedded PostgreSQL)
826826
</span>
827827
</a>
828828

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)">
830830
<ul class="md-nav__list">
831831

832832
<li class="md-nav__item">
@@ -3648,13 +3648,13 @@
36483648
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
36493649

36503650
<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">
36523652
<span class="md-ellipsis">
3653-
Embedded Database Migration (SQLite → PostgreSQL)
3653+
Embedded Database Migration (SQLite → Embedded PostgreSQL)
36543654
</span>
36553655
</a>
36563656

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)">
36583658
<ul class="md-nav__list">
36593659

36603660
<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
37973797
<p class="admonition-title">Note</p>
37983798
<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>
37993799
</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>
38013801
<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>
38023802
<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>
38033803
<div class="admonition warning">

2.0/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)