dokku / dokku-mysql

a mysql plugin for dokku
MIT License
97 stars 39 forks source link

Add --no-tablespaces to the mysqldump command #143

Closed igormatkovic closed 2 years ago

igormatkovic commented 2 years ago

Fixes #140

Adds the No tablespaces flag to the mysqldump command to avoid the error

mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces

IgnisDa commented 2 years ago

@igormatkovic when will this be merged?