Skip to content
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

[mysql_db] Fix wrong documentation about pipefail #690

Conversation

laurent-indermuehle
Copy link
Collaborator

SUMMARY

pipefail currently only works with mysqldump (state=dump), not while importing a dump. I know this because it's me that added that feature.

I'm wondering if a corrupted dump could also yield no errors when importing it using mysql_db. What do you guys think? Should I implement this option also for state=import?

I'm hesitant because I don't understand those lines: https://github.com/ansible-collections/community.mysql/blob/main/plugins/modules/mysql_db.py#L533-L553

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME
  • mysql_db
ADDITIONAL INFORMATION

@laurent-indermuehle laurent-indermuehle self-assigned this Nov 13, 2024
@laurent-indermuehle laurent-indermuehle marked this pull request as ready for review November 18, 2024 14:41
@laurent-indermuehle laurent-indermuehle merged commit d613fa1 into ansible-collections:main Nov 18, 2024
55 checks passed
@laurent-indermuehle laurent-indermuehle deleted the lie_document_pipefail_is_for_dump_not_import branch November 18, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants