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.
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.
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.