Postgres on Heroku and dumping single table to dump file

前端 未结 3 1913
悲&欢浪女
悲&欢浪女 2020-12-13 18:27

I am using Postgres on Heroku and am needing to dump one table from my production DB and dump it into my staging DB. I have the heroku tool belt installed, but am not sure h

3条回答
  •  抹茶落季
    2020-12-13 19:17

    Take a look at taps (db:pull), your use case is covered by this answered question, I believe.

提交回复
热议问题