Are you restoring a dump from the same app, or trying to move data from one heroku app to another, or from a non-heroku app up to heroku?
did you try adding it from the heroku website? wouldn't the command be heroku addons:add pgbackups:basic if you've tried that, and still get account issues, is this the case when adding other addons? if b004 is the most recent, then heroku pgbackups:restore will default to it On Wed, Nov 16, 2011 at 9:46 AM, Bilal Basharat <[email protected]>wrote: > i got this pgbackup file named b004.dump . i want it to be uploaded to > my heroku app. im using this command > > $ heroku pgbackups:restore DATABASE b004 > > the error is that: > > ! Please add the pgbackups addon first via: > > $ heroku addons:add pgbackups > > when i run this command than error arises: > > ! Please verify your account to install this add-on > ! For more information, see > http://devcenter.heroku.com/categories/billing > ! Confirm now at https://heroku.com/confirm > > when i confirm and try to verify my account. than this error keeps > coming : > > Please check the highlighted fields > > its a credit card number field. how can i restore my database. is > there an other way to restore .dump file to pgsql of heroku ??? > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > -- Thanks, -John -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
