You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the problem that the service which uses my mysql service uses the root user and creates new databases on demand.
When I schedule an automatic backup of the mysql service (or just run mysql:export, comes down to the same command) this only exports the database which is called like the service.
But I want to backup all my databases, or specify which databases I want to backup.
I think it would be easier to backup everything by changing the mysqldump command to use the root user and the --all-databases flag here:
I'm having the problem that the service which uses my mysql service uses the root user and creates new databases on demand.
When I schedule an automatic backup of the mysql service (or just run mysql:export, comes down to the same command) this only exports the database which is called like the service.
But I want to backup all my databases, or specify which databases I want to backup.
I think it would be easier to backup everything by changing the mysqldump command to use the root user and the --all-databases flag here:
dokku-mysql/functions
Line 97 in 686f692
The text was updated successfully, but these errors were encountered: