-
In the provided code, the error from the DumpSchema function is explicitly silenced in the following block: Line 418 in 48032cb
This means that if DumpSchema fails, the error is ignored, and the program continues execution without notifying the user. While this might seem convenient in some cases, it can lead to significant issues. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The thinking was that not everyone has pg_dump installed, and that shouldn't be a blocker. If you run |
Beta Was this translation helpful? Give feedback.
The thinking was that not everyone has pg_dump installed, and that shouldn't be a blocker.
If you run
dbmate dump
it will not silence the error, so you can figure out what is going on.