Open jobara opened 7 months ago
It appears that this occurred during the nightly db reset from the php artisan app:refresh-dev
command.
The dev site was actually still returning a 500 error when I visited it myself. After logging into the deployment and manually running the php artisan app:refresh-dev
command, the site was operational again.
Symfony\Component\Process\Exception\ProcessFailedException
The command "mysql --user="${:LARAVEL_LOAD_USER}" --password="${:LARAVEL_LOAD_PASSWORD}" --host="${:LARAVEL_LOAD_HOST}" --port="${:LARAVEL_LOAD_PORT}" --database="${:LARAVEL_LOAD_DATABASE}" < "${:LARAVEL_LOAD_PATH}"" failed.
Exit Code: 1(General error)
Working directory: /app
Output:
Error Output:
ERROR 2026 (HY000) at line 962: TLS/SSL error: unexpected eof while reading
:dart: Symfony\Component\Process\Process::mustRun :page_facing_up: /vendor/symfony/process/Process.php
Open in Flare