databasement

databasement

Docker app from ZappyZap's Repository

Overview

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. The APP_KEY is required for encryption. Generate one with: docker run --rm davidcrty/databasement:latest php artisan key:generate --show Copy the output (e.g., base64:xxxx...) and set it as APP_KEY.

Runtime arguments

Web UI
http://[IP]:[PORT:2226]
Network
bridge
Shell
sh
Privileged
false

Template configuration

WEBUIPorttcp

Web UI

Target
2226
Default
2226
Value
2226
Data DirectoryPathrw
Target
/data
Value
/mnt/user/appdata/databasement/data
application keyVariable

# Generate an application key docker run --rm davidcrty/databasement:latest php artisan key:generate --show

Target
APP_KEY
DB_CONNECTIONVariable
Default
sqlite
Value
sqlite
Database File locationVariable
Target
DB_DATABASE
Default
/data/database.sqlite
Value
/data/database.sqlite
ENABLE_QUEUE_WORKERVariable

The ENABLE_QUEUE_WORKER=true environment variable enables the background queue worker inside the container. This is required for processing backup and restore jobs. When using Docker Compose, the worker runs as a separate service instead.

Default
True
Value
True
TRUSTED_PROXIESVariable

127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,::1') - This covers all RFC 1918 private ranges * - Trust all proxies (suitable for Kubernetes/Docker where proxy IPs are dynamic) Comma-separated IPs: 10.0.0.1,192.168.1.0/24 - Trust specific proxies Empty - Trust no proxies

Default
*
Value
*

Download Statistics

256,715
Total Downloads
62,674
This Month
68,180
Avg / Month

Total Downloads Over Time

Loading chart...

Details

Repository
davidcrty/databasement:latest
Last Updated2026-05-07
First Seen2026-01-07

Run Databasement on Unraid.

Databasement is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.