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

Error when dumping database with large amount of tables #57

Closed
michalbiarda opened this issue Jan 20, 2023 · 0 comments
Closed

Error when dumping database with large amount of tables #57

michalbiarda opened this issue Jan 20, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@michalbiarda
Copy link
Contributor

The error is: Warning: system(): Unable to fork

Instead of running all mysqldump commands at once, connected with ;, we should probably run them separately.

@michalbiarda michalbiarda self-assigned this Jan 20, 2023
@michalbiarda michalbiarda moved this to In Progress in Driver Jan 20, 2023
@michalbiarda michalbiarda added this to the 4.0.0 milestone Jan 20, 2023
michalbiarda added a commit that referenced this issue Jan 23, 2023
#57: Fix for "Unable to fork" issue when executing a lot of mysqldump commands
@michalbiarda michalbiarda moved this from In Progress to Done in Driver Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant