-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
php spark migrate -g does not work #2832
Comments
Please check your database credentials one more time. Also, bear in mind that you need to set correct credentials to I just checked this a moment ago. The default connection is set to MySQL and another to PostgreSQL and all is working fine. If you will still experiencing this problem, please add some more information, ie: your db config and migrations. |
@janiscp any update? |
It went through when I put environment variables in .env file.
Using .env solved the issue. If .env is not used and environment variables
are defined in apache .conf is the problem.
On Wed, Apr 22, 2020 at 11:01 Lonnie Ezell ***@***.***> wrote:
Closed #2832 <#2832>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2832 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHTZ2H7YBAKBKFUGQK5R5LRNZMXPANCNFSM4MJU3H6Q>
.
--
Janis Pagal
|
I have 2 db_group: default and other_db
php spark migrate -g other_db
gives me an errorI expect to run this migrations to this database connection, is this correct?
The text was updated successfully, but these errors were encountered: