accessibility-exchange / platform

The Accessibility Exchange platform.
https://github.com/orgs/accessibility-exchange/projects/2/views/8
BSD 3-Clause "New" or "Revised" License
4 stars 10 forks source link

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

Open jobara opened 3 months ago

jobara commented 3 months ago

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

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

Open in Flare

jobara commented 3 months ago

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

jobara commented 3 months ago

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.