Idea checked
a database backup service
This is a crowded space with many open-source tools, plus cloud vendors already sell database backup services, so a generic backup service is unlikely to be easy.
Confidence: high — There is a lot of real data here: multiple mature repos with thousands of stars, several HN discussions, and vendor pages showing established commercial offerings.
- hackernews 30
- github 20
- tavily 8
Who is already building this From data
-
There are several large open-source backup tools already, including databasus/databasus (7,825 stars), pgbackrest (4,281), wal-g (4,200), gobackup (2,771), pgbackweb (2,611), Portabase (1,568), and container-db-backup (1,524).
-
The space is not limited to one database: tools already cover PostgreSQL, MySQL, MariaDB, SQL Server, MongoDB, SQLite, Redis, and Docker volumes in different combinations.
- github dataplat/dbatools 2015-02-02
- tavily Database Backup Service
- github David-Crty/databasement 2025-11-14
- github ttionya/vaultwarden-backup 2020-06-05
- github backup-manager/backup-manager 2014-04-02
- github Portabase/portabase 2024-10-19
- github nfrastack/container-db-backup 2017-09-13
- github sebastianfeldmann/phpbu 2014-10-15
-
Commercial and vendor-backed offerings already exist, including Oracle Database Backup Cloud Service, AWS Backup, Alibaba Cloud database disaster recovery, and Cohesity-style database backup products.
-
There are also app-specific and ecosystem-specific backup products like spatie/laravel-backup, dbatools for SQL Server automation, and Supabase CLI with Postgres backups.
What people actually say From data
-
HN posts repeatedly frame backup verification as a real pain point, for example 'Tool for programmatically verifying database backups' and 'How to test database backups.'
-
People ask basic operational questions like 'How do you do database backups?' and 'Do you use any online database backup service?', which suggests the problem is common and recurring.
-
Some discussions focus on failure modes and fear, including corrupted backups after migrations, public backup leaks, and data loss stories.
- hackernews How many times your database backup was corrupted AFTER starting a migration? 2025-09-29
- hackernews The Capgemini leak of Michael Page data via publicly facing database backup 2016-11-11
- hackernews The cautionary tale of JournalSpace: lessons learned in database backups 2014-11-06
- hackernews Ask HN: Is black-hat hacking harder now than it was 20 years ago? 2009-12-09
- hackernews Deleting the Family Tree – Ancestry.com erased 10 years of correspondence 2015-04-24
-
There is interest in geo-redundancy, decentralized storage, and remote/local backup workflows, which points to demand for more than a simple dump-and-store tool.
- hackernews Geo-redundant database backups using decentralized storage 2021-03-24
- hackernews Database backups, dump files and restic 2025-10-29
- hackernews Gopli – Database backup between remote or local hosts, written in Golang 2016-12-28
- hackernews Automate Database Backups with AWS Fargate, S3 and CDK 2020-08-14
Where the opening is Model estimate
The model's read of the signals below — not something anyone measured.
-
The clearest gap is not 'backup exists' but 'backup verification, restore testing, and operational confidence' for ordinary teams that do not want to manage pgBackRest/WAL-G-style tooling themselves.
-
Another possible gap is a truly user-friendly web product that supports many databases and storage targets without requiring CLI-heavy setup; Portabase and databasement move in this direction, but the market still looks fragmented.
-
A service aimed at small teams or agencies may have room if it combines scheduling, restore verification, encryption, and cloud delivery in one place, because users keep asking for simple automation.
-
There may be room for a cross-network / edge deployment model, since Portabase specifically mentions agents and multiple networks.
How big the market might be Model estimate
The model's read of the signals below — not something anyone measured.
-
The installed base is clearly large: many backup-related repos have thousands of stars, with multiple projects above 1,500 stars and one above 7,800.
- github databasus/databasus 2025-06-05
- github spatie/laravel-backup 2015-02-17
- github backup/backup 2009-10-01
- github pgbackrest/pgbackrest 2013-11-11
- github wal-g/wal-g 2017-06-22
- github gobackup/gobackup 2017-09-06
- github eduardolat/pgbackweb 2024-07-19
- github David-Crty/databasement 2025-11-14
- github backup-manager/backup-manager 2014-04-02
- github Portabase/portabase 2024-10-19
- github nfrastack/container-db-backup 2017-09-13
- github sebastianfeldmann/phpbu 2014-10-15
-
Commercial vendors explicitly market database backup as a standard infrastructure category for on-prem, cloud, and hybrid environments.
-
The scope includes many database types and deployment styles, which implies a broad market rather than a niche one-database workflow.
-
HN engagement is modest on individual posts, but the recurrence across many years suggests steady demand rather than a one-off trend.
- hackernews Show HN: Uphold – Tool for programmatically verifying database backups 2016-03-31
- hackernews Russia's tax database and backups destroyed 2023-12-13
- hackernews Gopli – Database backup between remote or local hosts, written in Golang 2016-12-28
- hackernews Database backups, dump files and restic 2025-10-29
- hackernews Dumper: CLI utility for creating database backups – PostgreSQL, MySQL and others 2025-10-19
- hackernews Show HN: Portabase – open-source database backup/restore tool 2026-01-08
- hackernews Show HN: Portabase: A self-hosted tool for database backup and restore 2026-02-19
- hackernews Simple, zero-fuss Docker database backups 2022-01-05
- hackernews How do you do database backups? 2009-01-08
- hackernews How to test database backups 2022-03-04
- hackernews Automate Database Backups with AWS Fargate, S3 and CDK 2020-08-14
- hackernews How many times your database backup was corrupted AFTER starting a migration? 2025-09-29
- hackernews A Cassandra database local backup/restore tool 2020-09-18
- hackernews Testing your database backups: the test environment database refresh pattern 2013-03-21
- hackernews PostgreSQL vs. MS SQL Server 2015-04-30
What could go wrong Model estimate
The model's read of the signals below — not something anyone measured.
-
The space is crowded with mature open-source alternatives, so a new generic service will face strong comparison on price and features.
- github databasus/databasus 2025-06-05
- github pgbackrest/pgbackrest 2013-11-11
- github wal-g/wal-g 2017-06-22
- github gobackup/gobackup 2017-09-06
- github eduardolat/pgbackweb 2024-07-19
- github David-Crty/databasement 2025-11-14
- github backup-manager/backup-manager 2014-04-02
- github Portabase/portabase 2024-10-19
- github nfrastack/container-db-backup 2017-09-13
- github sebastianfeldmann/phpbu 2014-10-15
-
Backups are high-trust infrastructure; examples in the signals mention corruption, leaks, and catastrophic data loss, so any reliability miss would be very damaging.
- hackernews The Capgemini leak of Michael Page data via publicly facing database backup 2016-11-11
- hackernews How many times your database backup was corrupted AFTER starting a migration? 2025-09-29
- hackernews The cautionary tale of JournalSpace: lessons learned in database backups 2014-11-06
- hackernews Ask HN: Is black-hat hacking harder now than it was 20 years ago? 2009-12-09
- hackernews Deleting the Family Tree – Ancestry.com erased 10 years of correspondence 2015-04-24
-
Support burden could be high because users want many database engines, many storage backends, restore testing, encryption, and edge/network support.
- github dataplat/dbatools 2015-02-02
- tavily Database Backup Service
- github David-Crty/databasement 2025-11-14
- github ttionya/vaultwarden-backup 2020-06-05
- github Portabase/portabase 2024-10-19
- hackernews Show HN: Portabase – open-source database backup/restore tool 2026-01-08
- github sebastianfeldmann/phpbu 2014-10-15
- hackernews Portabase 1.2.7: Large database backup support, UI/UX improvements 2026-02-18
-
Cloud platforms already bundle backup features, which can make a standalone service harder to sell unless it clearly beats built-in options.
What to do this week Model estimate
The model's read of the signals below — not something anyone measured.
-
Narrow the product to one painful wedge: automated restore verification for PostgreSQL/MySQL backups, since verification is repeatedly discussed and not just backup creation.
-
Make the product opinionated for a specific customer type such as agencies, small SaaS teams, or self-hosted app operators, because 'one service for every database' is already crowded.
- tavily Server, Database, Storage and App Backups Automation and Recovery.
- tavily Do you use any online database backup service? : r/VPS
- hackernews Show HN: Portabase – open-source database backup/restore tool 2026-01-08
- hackernews Show HN: Portabase: A self-hosted tool for database backup and restore 2026-02-19
-
Ship with a strong default workflow: connect database, schedule backups, encrypt, store to S3/SFTP/local, and run restore checks automatically.
-
Differentiate on evidence of recovery, not just backup storage: show last successful restore, backup age, and corruption checks in the UI.
- hackernews Show HN: Uphold – Tool for programmatically verifying database backups 2016-03-31
- hackernews Portabase 1.2.7: Large database backup support, UI/UX improvements 2026-02-18
- hackernews How to test database backups 2022-03-04
- hackernews How many times your database backup was corrupted AFTER starting a migration? 2025-09-29