Dumper: A single tool for databases backup
dev.to·7h·
Discuss: DEV
Flag this post

Description

When there are dozens of services and databases of different types in the infrastructure, manual backups turn into a nightmare. One server uses PostgreSQL, another uses MySQL, and the third uses MongoDB, and each needs its own commands (pg_dump, mysqldump, mongodump) and its own scripts.

The Dumper project solves this problem by combining all types of databases into one universal tool.

Dumper is written in Go and works via the CLI, the configuration is set in YAML, so it’s easy to embed it in cron, CI/CD pipelines, GitHub Actions, or a Docker environment.

Advantages of Dumper

Multi-DBMS — PostgreSQL, MySQL, MongoDB and others.

SSH connections — you can make dumps from remote servers.

Flexible file name templates are convenient for storage and automation.…

Similar Posts

Loading similar posts...