Hi everyone- I have a rails app & database that I'm trying to push to
heroku. Everything seems to be working fine, except I can't seem to be
able to use the taps gem to push my local postgres database to heroku.
It just seems to trigger a generic error, with no indication as to
what might be wrong. Also, no info is written to the logs at "heroku
logs". Furthermore, can find no previous instance of this error in the
heroku forums.

There is a local session file created after the push attempt fails
(i.e. push_201112041756.dat) It seems to contain a list of the tables
in the database, a remote_url formatted like "http://
heroku:osui59a24am...@taps3.heroku.com" and a "completed_tables"
values, which is always the empty list (which I'm guessing means that
no tables were successfully pushed)

Please, if anyone knows any additional steps I can take to diagnose
this, or can tell me if I should inform the Heroku team about this,
your help would be much appreciated!

Here is the exact output at the command line:


$ heroku db:push --confirm test5467-qa
Loaded Taps v0.3.23
Auto-detected local database: 
postgres://zipn_user:#######@127.0.0.1/zipn_dev?encoding=utf8
Warning: Data in the app 'test5467-qa' will be overwritten and will
not be recoverable.
Sending schema
Schema:          0%
|
| ETA:  --:--:--
Saving session to push_201112041756.dat..
!!! Caught Server Exception
HTTP CODE: 503
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
      <meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
      <style type="text/css">
        html, body, iframe { margin: 0; padding: 0; height: 100%; }
        iframe { display: block; width: 100%; border: none; }
      </style>
    <title>Application Error</title></head>
    </head>
    <body>
      <iframe src="https://s3.amazonaws.com/heroku_pages/error.html";>
        <p>Application Error</p>
      </iframe>
    </body>
    </html>

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to