ruby on rails - Heroku Restore Not working...! -
ruby on rails - Heroku Restore Not working...! -
i trying restore local db.dump file heroku app..!!
using:-
heroku pg:backups restore 'https://s3.amazonaws.com/somebucket/db.dump' database mydb
but getting error :-
an error has occured , backup did not finish please run 'heroku logs --ps pg-backups' details.
when run doesnt show logs.
please help new ror
make sure source of dump
right & have made application downwards while restoring db. seek accessing logs after sometime.
in case logs empty , error still persists, need contact heroku support. there not much can this.
ruby-on-rails heroku
Comments
Post a Comment