docker-mysql-cron-backup icon indicating copy to clipboard operation
docker-mysql-cron-backup copied to clipboard

Docker image to backup all your databases periodically

Results 8 docker-mysql-cron-backup issues
Sort by recently updated
recently updated
newest added

Bumps alpine from 3.16.1 to 3.16.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.16.1&new-version=3.16.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

It would be cool if you could still be notified by email whether a backup was successful or not. The whole thing with an external SMTP host, which you can...

First time that i am using the restore option, but there is something worng bash-5.1# /restore.sh /backup/202111200200.homeassistant.sql.gz /restore.sh: xrealloc: cannot allocate 2147478528 bytes

When someone only defines the MYSQL_HOST container, it doesn't start. You need to define MYSQL_PORT, even if the port is the default port for MySQL.

I really like this project, as it is simple and it works well! As I'm searching for a postgres/postgis backup mechanism like this, does it exists an equivalent solution for...

This runs privileged as root user in the container, which poses a security risk for Docker daemon users since root in the container maps to root on the host. Everything...

latest mariadb uses environment variables like MARIADB_USER MARIADB_PASSWORD MARIADB_DATABASE instead of the MYSQL prefix. Docker compose doesn't override multiple env files when using the form MYSQL_USER: ${MARIADB_USER} So I have...

Hello, this is a great project, but I have a question: In the current documentation on `GitHub` , the variable for the database name is `MYSQL_DATABASE` However, in the documentation...