This commit is contained in:
Rostislav Dugin
2025-12-25 10:23:27 +03:00
parent 13e78e662d
commit 8ea6bdddc7
2 changed files with 10 additions and 1 deletions

View File

@@ -1333,6 +1333,11 @@ export default function Index() {
/>
<FaqItem
number="11"
question="Which databases does Postgresus support?"
answer="Postgresus supports PostgreSQL, MySQL, MariaDB and MongoDB. However, Postgresus was originally created specifically for PostgreSQL and maintains its primary focus on it — providing 100% excellent support and maximum efficiency for PostgreSQL backups. While MySQL, MariaDB and MongoDB are fully supported, PostgreSQL remains the core priority with the most optimized features and ongoing development."
/>
<FaqItem
number="12"
question="Why doesn't Postgresus support PITR (Point-in-Time Recovery)?"
answer={
<>
@@ -1343,7 +1348,8 @@ export default function Index() {
<strong>Complex setup requirements</strong> PITR tools
typically need to be installed on the same server as your
database, requiring direct filesystem access and careful
configuration. You can backup only single database (Postgresus allows many)
configuration. You can backup only single database
(Postgresus allows many)
</li>
<li>
<strong>Restoration limitations</strong> incremental

View File

@@ -184,6 +184,9 @@ Postgresus is suitable for:
### How is Postgresus different from PgBackRest, Barman or pg_dump?
Postgresus is a tool to manage backups of multiple databases. It not only dump DB like other tools, but also provides a modern, user-friendly web interface instead of complex configuration files and command-line tools. While PgBackRest and Barman require extensive configuration and command-line expertise suitable for single DB only. Postgresus offers intuitive point-and-click setup. Unlike raw pg_dump scripts, it includes built-in scheduling, compression, multiple storage destinations, health monitoring and real-time notifications - all managed through a simple web UI. It's the UX-friendly alternative for developers and DevOps teams who want powerful backup capabilities without the complexity.
### Which databases does Postgresus support?
Postgresus supports PostgreSQL, MySQL, MariaDB and MongoDB. However, Postgresus was originally created specifically for PostgreSQL and maintains its primary focus on it — providing 100% excellent support and maximum efficiency for PostgreSQL backups. While MySQL, MariaDB and MongoDB are fully supported, PostgreSQL remains the core priority with the most optimized features and ongoing development.
### Where can I read comparisons with other PostgreSQL backup tools?
We have detailed comparison pages for popular backup tools:
- Postgresus vs pg_dump: /pgdump-alternative