postgresql - `pg:pull` is not a heroku command, but `db:pull` is -
i've been trying pull database heroku. reason when try
heroku pg:pull heroku_postgresql_rainbow_url newlocaldb --app myapp   it returns
!
pg:pullnot heroku command. ! perhaps meant
db:pull,pg:killorpg:psql. ! seeheroku helplist of available commands.
on other hand, command
heroku db:pull heroku_postgresql_rainbow_url newlocaldb --app myapp   is recognized, despite db:pull replaced pg:pull according e.g. this.
when try heroku help, shows entry db:pull not pg:pull.  
so, nice use command pg:pull.  doesn't work me now.  (i believe did recently.)  problem?
 
 
  
Comments
Post a Comment