Simple web UI for database backup & restore
500K+
A modern, self-hosted database backup management application for MySQL, PostgreSQL, and MariaDB.
Documentation · Report Bug · Request Feature
Databasement is designed to be self-hosted. We provide several deployment options:
| Method | Description | Guide |
|---|---|---|
| Docker | Single container deployment | View Guide |
| Docker Compose | Multi-container setup with external database | View Guide |
| Kubernetes + Helm | For Kubernetes clusters | View Guide |
docker run -d \
-p 2226:2226 \
-e DB_CONNECTION=sqlite \
-e DB_DATABASE=/data/database.sqlite \
-e ENABLE_QUEUE_WORKER=true \
-v databasement-data:/data \
davidcrty/databasement:latest
Open http://localhost:2226 and create your first admin account.
For production deployments, see our configuration guide for environment variables and best practices.
Full documentation is available at david-crty.github.io/databasement.
Found a bug? Please open an issue with reproduction steps.
Have an idea for a new feature? Start a discussion first so we can evaluate together whether it fits the project scope.
Contributions are welcome! Before submitting a pull request, please:
Small fixes (typos, documentation improvements) can be submitted directly as PRs.
If you discover a security vulnerability, please report it responsibly. See SECURITY.md for details.
Databasement is open-source software licensed under the MIT License.
Content type
Image
Digest
sha256:c773437a3…
Size
415.5 MB
Last updated
4 days ago
docker pull davidcrty/databasement