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

HowTo: Import big databases between environments #2113

Merged
merged 5 commits into from
Aug 23, 2023

Conversation

VadymSachenko
Copy link
Contributor

@VadymSachenko VadymSachenko commented Aug 22, 2023

PR Description

Original PR: #2109

Documentation HowTo: Import big databases between environments contains commands that result in error Segmentation Fault. The reason is the mysqldump command flags

This PR does the following:

  • replaces the shortform flags with more readable flags, thereby fixing the original issue, which was the space between -p and the password
  • adds the mysqldump flag --skip-lock-tables, which will not lock the database for the export
    TBD

Checklist

  • I agree with the Code Contribution License Agreement in CONTRIBUTING.md

@VadymSachenko VadymSachenko requested a review from a team as a code owner August 22, 2023 12:48
@VadymSachenko VadymSachenko added small changes PR contains small changes, like typo fixes ready for merge The PR can be merged labels Aug 22, 2023
@VadymSachenko VadymSachenko merged commit 0b36cdd into master Aug 23, 2023
15 checks passed
@VadymSachenko VadymSachenko deleted the winstonnolan-spryker- branch August 23, 2023 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for merge The PR can be merged small changes PR contains small changes, like typo fixes
Development

Successfully merging this pull request may close these issues.

3 participants