pg:reset
कमांड आपके लिए डेटाबेस को फिर से बनाएगा। उदाहरण उपयोग:
$ heroku config | grep POSTGRESQL
HEROKU_POSTGRESQL_RED_URL: postgres://somedatabaseurl
$ heroku pg:reset HEROKU_POSTGRESQL_RED_URL
! WARNING: Destructive Action
! This command will affect the app: myappname
! To proceed, type "myappname" or re-run this command with --confirm
> myappname
Resetting HEROKU_POSTGRESQL_RED_URL (DATABASE_URL)... done
db:reset
कमांड डेटाबेस को छोड़ने का प्रयास करेगा, जो कि ऐसा कुछ नहीं है जिसे हेरोकू की अनुमतियां अनुमति देती हैं।