-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysqldump: Couldn't execute 'SHOW FIELDS FROM host_summary
':
#276
Comments
Looks like you are running the legacy bash-based version. Can you enable debug logging and post here? Just be sure to filter out any sensitive information. backup:
image: databack/mysql-backup
restart: always
volumes:
- /volume1/docker_compose/db_mysql_5.7.21_una/db_dumps2:/db
environment: # Usando a chave correta 'environment' para definir variáveis de ambiente
- DB_DUMP_TARGET=/db
- DB_USER=myuser
- DB_PASS=mypass
- DB_DUMP_FREQ=1
- DB_SERVER=db-mysql-5.7.21
- DB_DUMP_DEBUG=true # <--- THIS IS THE CHANGE
depends_on:
- db-mysql-5.7.21
networks:
- myNetwork
|
Apologies for the delay:
|
Been digging into it, I remain stumped. There are various reports of similar issues. I thought it might have to do with mysql-backup using a newer version of mysqldump than your database, since the usage of What happens if you log into the database container directly and run |
Hello! Pleasure! Can i help me?
i have its docker-compose
but i find this error in databack/mysql-backup
mysqldump: Couldn't execute 'SHOW FIELDS FROM
host_summary
': View 'sys.host_summary' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them (1356)cp: cannot stat '/tmp/backups/db_backup_2024-03-06T21:31:14Z.tgz': No such file or directory
rm: cannot remove '/tmp/backups/db_backup_2024-03-06T21:31:14Z.tgz': No such file or directory
The text was updated successfully, but these errors were encountered: