PGError: ERROR: permission denied for relation (when using Heroku)

后端 未结 6 702
悲哀的现实
悲哀的现实 2020-12-13 03:22

I\'ve recently gone through the database migration process as outlined here:

https://devcenter.heroku.com/articles/migrating-from-shared-database-to-heroku-postgres<

6条回答
  •  有刺的猬
    2020-12-13 04:06

    I was in a situation where I exceeded row count limit.

    This answer explained how to list number of rows in each table: http://stackoverflow.com/questions/12701711/heroku-row-count-incorrect

    Very valuable to know.

    You can get into the psql console through terminal, the connection settings are listed on heroku dashboard for your app!

提交回复
热议问题