Skip to content

Commit b0754e2

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 118b5cf commit b0754e2

File tree

4 files changed

+10
-19
lines changed

4 files changed

+10
-19
lines changed

superstack/migrations/index.html

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -612,19 +612,10 @@ <h2 id="applying-migrations">▶️ Applying Migrations</h2>
612612
<p>To apply your migrations, run:</p>
613613
<div class="highlight"><pre><span></span><code>bin/postgres<span class="w"> </span>migrate
614614
</code></pre></div>
615-
<p>This command will:
616-
Apply new migrations – runs any migration files (in filename order) that haven’t been applied yet.
617-
Record applied migrations – logs each successfully applied migration in a .applied_migrations file so it won’t run again.
618-
Persist migration history with your database – the .applied_migrations file lives inside the postgres_data Docker volume alongside the database files.
619-
If the postgres_data volume is deleted or recreated, both the database and the migration history are reset, so migrations will run again from scratch.</p>
620-
<p>This will:</p>
615+
<p>This command will:</p>
621616
<ol>
622617
<li><strong>Apply new migrations,</strong> in filename order.</li>
623-
<li><strong>Record applied migrations</strong> in a file named <code>.applied_migrations</code>. This
624-
plain-text file keeps a record of successfully applied migrations so they
625-
aren't applied again next time. It lives in the same volume as the database
626-
files, so when that volume is removed or recreated, the
627-
<code>.applied_migrations</code> file goes with it and you start over.</li>
618+
<li><strong>Record applied migrations</strong> in a file named <code>.applied_migrations</code>.</li>
628619
</ol>
629620
<p>Already-applied scripts are skipped on subsequent runs.</p>
630621
<blockquote>

superstack/search/search_index.json

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

superstack/sitemap.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://explodinglabs.com/superstack/</loc>
5-
<lastmod>2025-08-12</lastmod>
5+
<lastmod>2025-08-13</lastmod>
66
</url>
77
<url>
88
<loc>https://explodinglabs.com/superstack/deploying/</loc>
9-
<lastmod>2025-08-12</lastmod>
9+
<lastmod>2025-08-13</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://explodinglabs.com/superstack/extensions/</loc>
13-
<lastmod>2025-08-12</lastmod>
13+
<lastmod>2025-08-13</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://explodinglabs.com/superstack/gettingstarted/</loc>
17-
<lastmod>2025-08-12</lastmod>
17+
<lastmod>2025-08-13</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://explodinglabs.com/superstack/migrations/</loc>
21-
<lastmod>2025-08-12</lastmod>
21+
<lastmod>2025-08-13</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://explodinglabs.com/superstack/psql/</loc>
25-
<lastmod>2025-08-12</lastmod>
25+
<lastmod>2025-08-13</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://explodinglabs.com/superstack/upgrading/</loc>
29-
<lastmod>2025-08-12</lastmod>
29+
<lastmod>2025-08-13</lastmod>
3030
</url>
3131
</urlset>

superstack/sitemap.xml.gz

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)