-
Notifications
You must be signed in to change notification settings - Fork 184
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
Process Output don't show full log #219
Comments
Hmm, that is odd, it should be showing the full output. Can you have a look in the DB and see if the full data is there in the ServerLogs table? |
Same in DB |
I'll change column type to LONGTEXT and retry |
Hmm, that is odd, migration 2015_05_07_145127_change_output_column.php should have done that |
I do have this problem when log is too lengthy |
Can you show me the content of the migrations table? |
|
Hmm, so laravel says it has executed |
|
Thanks. That is very odd! One last thing, if you run |
it says mysql 😄
|
Exactly what it should say, even more confused now. The migration is if (isset($_ENV['DB_TYPE']) && $_ENV['DB_TYPE'] === 'mysql') {
DB::statement('ALTER TABLE server_logs CHANGE output output longtext');
} So there is literally no reason I can see why it wouldn't have changes the table, indeed it has on my server 😕 |
just now i made a deployment, same thing.. looks like dbal also added in composer.json, but you are using DB::statement mysql command using i just tried in tinker and worked properly. unfortunately, we can't make use of schema builder |
Yes that is why I am having to use |
may be mysql version is the reason but above query working fine in my installation. |
* master: Updated CHANGELOG Clean up Updated dependencies Fixes #228 Fixes #208 - Checks that reds and beanstalkd are running before starting installation Fixes #212 Time out slack notifications after 60 minutes Added timestamp to slack notifications #225 Clean up Clean up Change output column, again, hopefully to fix #219 Updated dependencies Fixes #226 Failing to find composer if not in PATH Fix #223 - Allow the user to be inherited from the server Change webhook URL Clean up some code duplication Updated JSON Webtoken Missing file Fix #205 Bitbucket links are incorrect Fixes #207 - Clean up deployments stuck on aborting
in ./shipit.sh, I run
composer install
,npm install
and so onthis step run failed, but Process Output don't show full log, so I can't know what's wrong with this step
And, refer to the gitlab CI system, auto, real time, highlighted output is very very practical!
(sorry for my bad English:))
The text was updated successfully, but these errors were encountered: