I'm trying to use --stream option and it throw error on my server #144
Unanswered
jorismulliez
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using this package to load snaphots.
I create snaphots with --compress option.
On my local environment (sail), I'm able to load my snapshot in "stream" mode with success :
But on my production server there is an error :
I tried to add corresponding option to the
config/database.php
file :But it has no effects.
I did a little test with a snapshot file containing only a "select" query, and the "--stream" option work on the server.
What can I do to solve this issue ?
Thanks for your help !
Beta Was this translation helpful? Give feedback.
All reactions