dbsaver
dbsaver copied to clipboard
A Symfony application for managing and automating regular backups of MySQL databases.
See #68 All that remains is to modify the documentation.
See #64 From now on, each user can access the databases and backups of any other user. Moreover, there is no logic in the databases created being relative to each...
#59 WIP * Add initial Dockerfile + .dockerignore * Add documentation for docker compose * Updated `docker-compose` to V2 variant `docker compose` * CI through docker compose (untested) * CI...
This PR should allow users to set backup options when creating or updating database
The way to manage the privileges of admins and users does not seem the best. Ideally in the future what we need: Users and Admins can create storages, databases, backups...
Perhaps users would like one database to be backed up every week, and another every day or month. Currently, the user himself configures a single CRON task with a certain...
Hey @bastien70 & @jmsche 👋 I like the idea and setup of this bundle, so I would like to know if you are open to having a docker image for...
Using Mysqldump, we can provide a whole bunch of options to customize what we want and don't want to keep on sql files. An interesting feature would be, when adding...
hi, I propose you a complete docker stack for this project that I have set up on a production server and it is very stable. I propose you to update...