digifactory / laravel-pull-production-data

Pull your production storage folder and database to your local environment
MIT License
10 stars 3 forks source link

Use timeout setting when creating production database backup #21

Closed damiani closed 4 years ago

damiani commented 4 years ago

This PR updates the "Creating production database backup" step to use the timeout value specified in the config file. Without this, the mysqldmp command would timeout on our server when backing up from a large database.

m-bosch commented 4 years ago

Thank you for the suggestion. We will review and merge as soon as possible

damiani commented 4 years ago

Super, thanks!