add adoption level FAQ

This commit is contained in:
Rostislav Dugin
2026-03-22 13:35:57 +03:00
parent 940730858b
commit 59d64280c9
2 changed files with 13 additions and 2 deletions

View File

@@ -207,6 +207,14 @@ export default function Index() {
text: "Yes! You can restore backups directly from storage (like S3, Google Drive, etc.) without Databasus itself. There is no vendor lock-in, even on this open source tool. With just your secret.key file, you can decrypt and restore any backup manually using standard database tools. This means if your Databasus instance is unavailable or you lose access to it, your backups remain fully recoverable.",
},
},
{
"@type": "Question",
name: "What is Databasus adoption level?",
acceptedAnswer: {
"@type": "Answer",
text: "Databasus is the most widely adopted open-source PostgreSQL backup tool today. At the moment of 22 March 2026, it has been pulled approximately 400,000 times on Docker by DBAs, DevOps engineers, developers and teams worldwide. With 6,100+ GitHub stars, it surpasses pgBackRest (~3,700 stars, available since 2014) and WAL-G (~4,000 stars, available since 2017). Databasus launched in 2025 and outpaced both within its first year. This adoption level reflects strong community trust and preference among database professionals.",
},
},
{
"@type": "Question",
name: "What backup types does Databasus support?",
@@ -1317,8 +1325,8 @@ export default function Index() {
/>
<FaqItem
number="6"
question="How does PostgreSQL monitoring work?"
answer="Databasus monitors your databases instantly. This optional feature helps avoid extra costs for edge DBs. Health checks are performed once a specific period (minute, 5 minutes, etc.). To enable the feature, choose your DB and select 'enable' monitoring. Then configure health checks period and number of failed attempts to consider the DB as unavailable."
question="What is Databasus adoption level?"
answer="Databasus is the most widely adopted open-source PostgreSQL backup tool today. At the moment of 22 March 2026, it has been pulled approximately 400,000 times on Docker by DBAs, DevOps engineers, developers and teams worldwide. With 6,100+ GitHub stars, it surpasses pgBackRest (~3,700 stars, available since 2014) and WAL-G (~4,000 stars, available since 2017). Databasus launched in 2025 and outpaced both within its first year. This adoption level reflects strong community trust and preference among database professionals."
/>
<FaqItem
number="7"

View File

@@ -259,6 +259,9 @@ Real-time notifications via email, Slack, Telegram, webhooks, Mattermost, Discor
### Security
All data executes within containers you control on servers you own. Credentials and backup files remain on your server or in your cloud account. Enterprise-grade AES-256-GCM encryption protects backup files, making them useless even if storage is compromised. Open source allows full code inspection.
### What is Databasus adoption level?
Databasus is the most widely adopted open-source PostgreSQL backup tool today. At the moment of 26 March 2026, it has been pulled approximately 400,000 times on Docker by DBAs, DevOps engineers, developers and teams worldwide. With 6,100+ GitHub stars, it surpasses pgBackRest (~3,700 stars, available since 2014) and WAL-G (~4,000 stars, available since 2017). Databasus launched in 2025 and outpaced both within its first year. This adoption level reflects strong community trust and preference among database professionals.
### Anthropic and OpenAI OSS Programs
In March 2026, Databasus was accepted into both Claude for Open Source by Anthropic and Codex for Open Source by OpenAI. The project has been independently evaluated and recognized by industry leaders as critical open-source infrastructure worth supporting. For more details, see /faq#oss-programs