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
"The installation script will install Docker with Docker Compose (if not already installed), set up Postgresus, and configure automatic startup on system reboot.",
20
-
code: `sudo apt-get install -y curl && \\
24
+
"The installation script will install Docker with Docker Compose (if not already installed), set up Postgresus and configure automatic startup on system reboot.",
"The easiest way to run Postgresus. This single command will start Postgresus, store all data in ./postgresus-data directory, and automatically restart on system reboot.",
42
+
"The easiest way to run Postgresus. This single command will start Postgresus, store all data in ./postgresus-data directory and automatically restart on system reboot.",
@@ -129,7 +129,7 @@ export default function Index() {
129
129
name: "What is Postgresus and why should I use it instead of hand-rolled scripts?",
130
130
acceptedAnswer: {
131
131
"@type": "Answer",
132
-
text: "Postgresus is an Apache 2.0 licensed, self-hosted service backing up PostgreSQL, v13 to v18. It differs from shell scripts in that it has a frontend for scheduling tasks, compressing and storing archives on multiple targets (local disk, S3, Google Drive, Dropbox, etc.) and notifying your team when tasks finish or fail — all without hand-rolled code",
132
+
text: "Postgresus is an Apache 2.0 licensed, self-hosted service backing up PostgreSQL, v13 to v18. It differs from shell scripts in that it has a frontend for scheduling tasks, compressing and storing archives on multiple targets (local disk, S3, Google Drive, Dropbox etc.) and notifying your team when tasks finish or fail — all without hand-rolled code",
133
133
},
134
134
},
135
135
{
@@ -298,7 +298,7 @@ export default function Index() {
298
298
height={20}
299
299
/>
300
300
<p>
301
-
<b>Scheduled backups</b> (daily, weekly, at 4 AM, etc.)
301
+
<b>Scheduled backups</b> (daily, weekly, at 4 AM etc.)
302
302
</p>
303
303
</div>
304
304
@@ -321,7 +321,7 @@ export default function Index() {
321
321
width={20}
322
322
height={20}
323
323
/>
324
-
<p>Notifications to Slack, Telegram, Discord, etc.</p>
324
+
<p>Notifications to Slack, Telegram, Discord etc.</p>
325
325
</div>
326
326
327
327
<divclassName="mb-2 flex items-start gap-3">
@@ -867,9 +867,8 @@ export default function Index() {
0 commit comments