Skip to content

Instantly share code, notes, and snippets.

@joakimk
Created September 11, 2016 13:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joakimk/bf0f3c8394b546be6128c7eae9710d03 to your computer and use it in GitHub Desktop.
Save joakimk/bf0f3c8394b546be6128c7eae9710d03 to your computer and use it in GitHub Desktop.
heroku: Could not connect to database to initialize transfer

If you're seeing this error, try heroku ps:scale web=0 then import the database again and run heroku ps:scale web=1 afterwards. Found nothing on google for this error, so posting this gist with the solution that worked for me. Could have been a temporary error too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment