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

The process "mysqldump ..." exceeded the timeout of 60 seconds. #39

Closed
geomagilles opened this issue Jun 2, 2015 · 11 comments
Closed

Comments

@geomagilles
Copy link

Do you think it would be possible to add an entry in config to set timeout ?

@freekmurze
Copy link
Member

I'll add this in the near future. If you need this quick, feel free to submit a pull request.

@freekmurze
Copy link
Member

It's seems that mysqldump doesn't have a timeout option. Have you already tried to set useExtendedInsert to true in the config file? This will greatly speed up the dump.

@geomagilles
Copy link
Author

I do not think it's a timeout of mysqldump. I think it's a console's timeout. When I increase timeout in Spatie\Backup\Console, it works.

@freekmurze
Copy link
Member

Ah ok! I'll add an configuration option to change the timeout in the coming week.

@geomagilles
Copy link
Author

great! thanks

@freekmurze
Copy link
Member

This option is added in the newly released version 2.5.0.

@geomagilles
Copy link
Author

:)

@eblount
Copy link

eblount commented Mar 15, 2016

I'm getting this in V3. Is there still a way to set this configuration option?

@freekmurze
Copy link
Member

Nope, it's gone 😄 I'll add it back in the coming days.

@eblount
Copy link

eblount commented Mar 16, 2016

Thanks!

@freekmurze
Copy link
Member

The option has risen from the dead and is available again in v3.1.4

Documented at the bottom of this page in the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants