Skip to content

Commit

Permalink
Update modules-known-issues.md (#9273)
Browse files Browse the repository at this point in the history
* Update modules-known-issues.md

* Update 10-mariadb-mysql-faq.md

* Relocate to the drush troubleshooting page

* typo

* Remove code styling from package name

---------

Co-authored-by: Rachel Whitton <[email protected]>
  • Loading branch information
NataliaPec and rachelwhitton authored Oct 23, 2024
1 parent dc84005 commit b9caa28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions source/content/guides/drush/09-troubleshoot-drush.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,13 @@ This error can occur on Multidevs with a [site-local installation](/guides/drush

You can add a compatible Drush version in your `pantheon.yml` file to refresh the environment as a potential workaround. For Drupal 9 and later, add `drush_version: 10` to the `pantheon.yml` file.

### Drush GDPR Dumper Error
[Drush GDPR Dumper](https://github.com/druidfi/drush-gdpr-dumper) is incompatible with MariaDB and breaks the `drush-sql-dump` command, resulting in following error: `The '--column-statistics' option does not exist.`

This package ships it's own `mysqldump` file to do the MySQL dump and overrides the `extra-dump` configuration, which is passed to `mysqldump` and does not allow it's alteration.

To fix this error, remove the `mysqldump` file or uninstall the package. Then the platform's version of `mysqldump` will be used instead.

## More Resources

- [Timeouts](/timeouts)
Expand Down
2 changes: 0 additions & 2 deletions source/content/modules-known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ ___

___

___

## [Dynamic Entity Reference](https://www.drupal.org/project/dynamic_entity_reference/issues/2930423)

<ReviewDate date="2023-06-09" />
Expand Down

0 comments on commit b9caa28

Please sign in to comment.