Skip to content
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

The command "mysql --user="${:LARAVEL_LOAD_USER}" --password="${:LARAVEL_LOAD_PASSWORD}" --host="${... #2207

Open
jobara opened this issue Apr 17, 2024 · 2 comments
Assignees
Labels
help wanted Extra attention is needed
Milestone

Comments

@jobara
Copy link
Collaborator

jobara commented Apr 17, 2024

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

🎯 Symfony\Component\Process\Process::mustRun
📄 /vendor/symfony/process/Process.php

268  {
269      if (0 !== $this->run($callback, $env)) {
270*         throw new ProcessFailedException($this);
271      }
272   

Open in Flare

@jobara jobara added the help wanted Extra attention is needed label Apr 17, 2024
@jobara
Copy link
Collaborator Author

jobara commented Apr 17, 2024

It appears that this occurred during the nightly db reset from the php artisan app:refresh-dev command.

@jobara
Copy link
Collaborator Author

jobara commented Apr 17, 2024

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.

@jobara jobara added this to the 1.5.0 milestone Oct 22, 2024
@jobara jobara modified the milestones: 1.5.0, 1.6.0, 1.7.0 Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

2 participants