-
-
Notifications
You must be signed in to change notification settings - Fork 764
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
Can't backup an application that uses read and write database hosts #30
Labels
Comments
This is fixed in release 2.3.0 |
Keep up the good work! |
I'm using v3.8.1 and have the same problem right now after switching to laravels read/write host config:
|
@brainless81 see #163 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my database.php file, my config/database.php file has the following connection specified:
and this results in the following error:
When I change my config/database.php file to:
...it works like a charm. Just something to be aware of.
The text was updated successfully, but these errors were encountered: