Skip to content

Commit a0cc38c

Browse files
update faq
1 parent 8cbbc2f commit a0cc38c

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

app/faq/page.tsx

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,15 @@ export default function FAQPage() {
7777
name: "Why does Postgresus not use raw SQL dump format?",
7878
acceptedAnswer: {
7979
"@type": "Answer",
80-
text: "Postgresus uses the directory format with zstd compression because it provides the most efficient backup and restore speed after extensive testing. The directory format with zstd compression level 5 offers the optimal balance between backup creation speed, restore speed, and file size.",
80+
text: "Postgresus uses the directory format with zstd compression because it provides the most efficient backup and restore speed after extensive testing. The directory format with zstd compression level 5 offers the optimal balance between backup creation speed, restore speed and file size.",
81+
},
82+
},
83+
{
84+
"@type": "Question",
85+
name: "Where is Postgresus installed?",
86+
acceptedAnswer: {
87+
"@type": "Answer",
88+
text: "Postgresus is installed in /opt/postgresus/",
8189
},
8290
},
8391
],
@@ -99,7 +107,7 @@ export default function FAQPage() {
99107

100108
<p className="text-lg text-gray-700">
101109
Find answers to the most common questions about Postgresus,
102-
including installation, configuration, and backup strategies.
110+
including installation, configuration and backup strategies.
103111
</p>
104112

105113
<h2 id="how-to-backup-localhost">
@@ -220,6 +228,15 @@ export default function FAQPage() {
220228
As for Nov 2025 Postgresus is going to add incremental backups
221229
support. So this is priority in addition to current dump format.
222230
</p>
231+
232+
<h2 id="installation-directory">
233+
Where is Postgresus installed if installed via .sh script?
234+
</h2>
235+
236+
<p>
237+
Postgresus is installed in <code>/opt/postgresus/</code>{" "}
238+
directory.
239+
</p>
223240
</article>
224241
</div>
225242
</main>

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ export default function Index() {
879879
</p>
880880
<div className="max-w-[800px]">
881881
<LiteYouTubeEmbed
882-
videoId="1qsAnijJfJE"
882+
videoId="KaNLPkuu03M"
883883
title="How to install Postgresus on VPS"
884884
thumbnailSrc="/images/index/how-to-install-preview.png"
885885
/>

0 commit comments

Comments
 (0)