Databasement Documentation
Welcome to the Databasement documentation!
Databasement is a web application for managing database server backups. It allows you to register database servers (MySQL, PostgreSQL, MariaDB), test connections, schedule automated backups, and restore snapshots to any registered server.
Features
- Multi-database support: Manage MySQL, PostgreSQL, and MariaDB servers
- Automated backups: Schedule recurring backups with customizable retention
- Storage volumes: Store backups locally or on S3-compatible storage
- Cross-server restore: Restore snapshots from one server to another
- User management: Multi-user support with two-factor authentication
- Simple deployment: Single container with built-in web server, queue worker, and scheduler
Documentation Sections
Self-Hosting
Learn how to deploy Databasement on your own infrastructure:
- Introduction - Overview and requirements
- Configuration - Environment variables reference
- Docker Guide - Deploy with Docker
- Docker Compose Guide - Deploy with Docker Compose
- Kubernetes + Helm - Deploy on Kubernetes
- Native Ubuntu - Traditional installation without Docker
User Guide
Learn how to use Databasement:
- Getting Started - First steps after installation
- Database Servers - Managing database connections
- Backups - Creating and managing backups
- Snapshots - Working with backup snapshots
- Storage Volumes - Configuring backup storage
Contributing
Want to contribute to Databasement?
- Development Guide - Set up a local development environment