-
**Describe the Feature Request**
A converter script would be very helpful to convert a dump created with mysqldump that is readable for myloader.
This brings a big security benefit. Taking the mysql…
-
-
With this example docker compose config:
```
db:
restart: unless-stopped
environment:
...
build:
dockerfile_inline: |
FROM mariadb:10.1
mysql-cron-backup-hou…
-
Could you add "mysqldump" command?
My use case is to run a CloudWatch, which triggers lambda. Lambda triggers mysqldump for production database instance and save the dump in S3.
Another CloudWatch…
-
http://stackoverflow.com/a/9949414/156336
https://gist.github.com/jasny/1608062
-
In the future is it planned to integrate another backup method? For example mysql.
Currently to save a server mysql (or other) must use a pre-backup script that will perform the dump (mysqldump) an…
-
I did not manage to find any information in the documentation (both the `dump --help` and in the `configuration.md` file), but is there a way I can pass custom flags to the `dump` command to include o…
-
Recently my backup script started producing an error from mysql dump:
mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump t…
-
* TwinDB Backup version: 2.11.0
### Description
Implement mysqldump as a backups source.
Run mysqldump only if full backup is scheduled.
-
**Describe the bug**
With BKS Ultimate (trial) 4.0.3, I can't make a backup of a MySQL database because it can't find the mysqldump binary (homebrew) and when trying to select manually, all executabl…