databasement
davidcrty/databasement:latest
https://hub.docker.com/r/davidcrty/databasement
bridge
sh
false
https://forums.unraid.net/topic/196348-support-devzwf-databasement/
https://github.com/David-Crty/databasement
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.
Backup: Tools: Other:
http://[IP]:[PORT:2226]
https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/databasement-logo.png
1767633060
Don't donate to me! Instead, please donate the creators of the apps, but if you insist
https://ko-fi.com/devzwf
2226
/mnt/user/appdata/databasement/data
sqlite
/data/database.sqlite
True
*
### 2026.01.08
- Added support thread
### 2026.01.05
- Initial Release