mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2024-11-01 00:21:46 +01:00
Fixed access denied (at least one of) the PROCESS privilege(s) is required error
This commit is contained in:
parent
057495229e
commit
f8addec08f
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ services:
|
|||
- CRON_TIME=0 3 * * *
|
||||
# Make it small
|
||||
- GZIP_LEVEL=9
|
||||
# As of MySQL 8.0.21 this is needed
|
||||
- MYSQLDUMP_OPTS=--no-tablespaces
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue