-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
I am using the new managed Postgres service in Azure. My application doesn't have a problem connecting to actual PostgreSQL databases. However, a migrate up against the managed database consistently results in a fatal exception that occur after the migration completes.
Since the migrations run successfully, the problem seems to be related to how the connection is getting terminated.
Error: read ECONNRESET
at exports._errnoException (util.js:1050:11)
at TLSWrap.onread (net.js:581:26)
The application uses the latest version of db-migrate for node and the most recent pg driver.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Metadata
Metadata
Assignees
Labels
No labels