while trying to do heroku pg:pull DATABASE_URL app --app staging
I am receiving the following internal error:
error returned by PQputCopyData: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.
I am pulling down the a copy of our staging database to a new travis ci build machine
while trying to do
heroku pg:pull DATABASE_URL app --app staging
I am receiving the following internal error:
error returned by PQputCopyData: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.
I am pulling down the a copy of our staging database to a new travis ci build machine