Following the execution of the DB Seed, have you come across any error messages? If so, we would greatly appreciate it if you could share the details of the error message with us for further analysis and resolution.
[Revised] Another brief inquiry: Is the DB seed command executed in conjunction with deployments as deployment hook?
There are no errors. This is happening in production.
It seems like it can’t select (yes/no), so it’s waiting without doing anything.
in previous versions
yes Y | php artisan db:seed
worked. but now it’s not. always have to do it manually by logging in to the SSH or we have to change env to local and seed then again change to production.
NO errors. the only thing it can’t select is the “yes / NO” prompt.
Normally in the production mode when we run the PHP artisan db: seed in the terminal it asks “Are you sure”
In previous versions, we could type yes/no in the terminal and hit enter,