-
Notifications
You must be signed in to change notification settings - Fork 907
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
[Bug] Install command counts user even with --no-interaction
?
#4663
Comments
Wow, this is strange ... Ok first, yes, even with Before that, the users table is created; How does the "Creating users table DONE" goes well, but the count gets a connection refused??? 🤨 I can remove the count when |
@tabacitu can you please ask that user if his class User extends Model {
protected $connection = '???';
protected $table = '???';
... |
Asked, will come back with answer. Yeah, let's not do that query if it's not necessary. What if people run it on a DB with 100M users? Unlikely but... not needed. |
I told you guys from start that this user count is "pretty" but bound to bit us in the ass. #4559 (comment) That query is never necessary, it's just a "beautification" that we really don't need. Please consider removing it entirely. 🙃 Cheers |
Developer report on email:
@promatik - it looks to me like we're counting users, even if
--no-interaction
is run? Is this true? Or what could be the cause of this?Thanks!
The text was updated successfully, but these errors were encountered: