You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/faq/page.tsx
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,15 @@ export default function FAQPage() {
77
77
name: "Why does Postgresus not use raw SQL dump format?",
78
78
acceptedAnswer: {
79
79
"@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/",
81
89
},
82
90
},
83
91
],
@@ -99,7 +107,7 @@ export default function FAQPage() {
99
107
100
108
<pclassName="text-lg text-gray-700">
101
109
Find answers to the most common questions about Postgresus,
102
-
including installation, configuration, and backup strategies.
110
+
including installation, configuration and backup strategies.
103
111
</p>
104
112
105
113
<h2id="how-to-backup-localhost">
@@ -220,6 +228,15 @@ export default function FAQPage() {
220
228
As for Nov 2025 Postgresus is going to add incremental backups
221
229
support. So this is priority in addition to current dump format.
222
230
</p>
231
+
232
+
<h2id="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>{" "}
0 commit comments