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
schema:dump command uses a custom binary format on PostgreSQL (-Fc parameter).
This was introduced with #34293 but after this too was merged #34711 bringing back support for restoring SQL files using psql.
If Laravel is currently able to restore SQL files on PostgreSQL just fine maybe defaulting to a text format would provide consistency with MySQL and a better experience for people editing/versioning these files.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
schema:dump
command uses a custom binary format on PostgreSQL (-Fc
parameter).This was introduced with #34293 but after this too was merged #34711 bringing back support for restoring SQL files using
psql
.If Laravel is currently able to restore SQL files on PostgreSQL just fine maybe defaulting to a text format would provide consistency with MySQL and a better experience for people editing/versioning these files.
Beta Was this translation helpful? Give feedback.
All reactions