You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to migrate freshly using a DB schema dump from Laravel 8.10.0 you will get an error while using PostgreSQL.
I have pinned the error back to a fix that was introduced in here in this PR: #34711 (comment)_
The error output in the example case is:
The command "PGPASSWORD=$LARAVEL_LOAD_PASSWORD psql --file=$LARAVEL_LOAD_PATH --host=$LARAVEL_LOAD_HOST --port=$LARAVEL_LOAD_PORT --username=$LARAVEL_LOAD_USER --dbname=$LARAVEL_LOAD_DATABASE" failed.
Exit Code: 1(General error)
Working directory: /var/www/html
Output:
================
The input is a PostgreSQL custom-format dump.
Use the pg_restore command-line client to restore this dump to a database.
The text was updated successfully, but these errors were encountered:
When trying to migrate freshly using a DB schema dump from Laravel 8.10.0 you will get an error while using PostgreSQL.
I have pinned the error back to a fix that was introduced in here in this PR: #34711 (comment)_
The error output in the example case is:
The text was updated successfully, but these errors were encountered: