How to connect to postgresql using url

前端 未结 5 1853
予麋鹿
予麋鹿 2020-12-28 12:35

I had asked an earlier question which did not get any replies.

Basically I get an error invalid database url when I try to do heroku db:push

5条回答
  •  温柔的废话
    2020-12-28 13:15

    Heroku cli has changed the command.

    heroku pg:push postgres://username:password@localhost/myrailsdb
    

提交回复
热议问题