Fix: remove error during dump of oracle-mysql#1593
Merged
pjcdawkins merged 3 commits intoplatformsh:mainfrom Jan 28, 2026
Merged
Fix: remove error during dump of oracle-mysql#1593pjcdawkins merged 3 commits intoplatformsh:mainfrom
pjcdawkins merged 3 commits intoplatformsh:mainfrom
Conversation
mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces
Updated the docblock to reflect that the method checks for OracleDB instead of MariaDB.
pjcdawkins
reviewed
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To reproduce the error:
Try dumping a
oracle-mysqlcontainerplatform db:dumpthe dump fails with this error:
We don't give the user PROCESS priv.
tablespaces are a oracle invention, and we don't need them. Nor do we want them to be changed by the user.
So it's best to just exclude them from trying to be dumped.