Top "Heroku-postgres" questions

Heroku Postgres is the SQL database service run by Heroku that is provisioned and managed as an add-on.

Heroku code=H10 desc="App crashed" - Can't figure out why it's crashing

I've been searching around on this one for a while and can't find anything that seems to be applicable in …

heroku heroku-postgres
Heroku Database Connection Properties

I'm trying to perform a relatively trivial task: I want to connect to a Heroku database. I have created the …

heroku heroku-postgres
How can I browse my Heroku database?

Now that I've deployed my webapp to Heroku, how would I be able to browse the database as it's altered …

database heroku heroku-postgres
Getting "Unknown primary key for table" while the ID is there

I've been debugging this strange problem of Rails giving me "Unknown primary key for table...", even when the table's ID …

ruby-on-rails postgresql heroku rails-activerecord heroku-postgres
How to create or manage heroku_postgres database instance

I am developing a simple PHP application running on Heroku. I have created a CSV file and am using it …

heroku-postgres
How can I download db from heroku?

I'm using heroku and I want to download the database from my app(heroku) so I can make some changes …

postgresql heroku mysqldump heroku-postgres
How much disk space do heroku plans have?

I creating an app that works like an DMS(Document Management System) so my client will be uploading PDF's, XLS's …

heroku heroku-postgres
How to use php artisan migrate command of Laravel4 in Heroku?

I am suing Heroku dev plan for creating database using PostgreSQL. Database is created in Heroku. After running heroku pg:…

heroku laravel-4 heroku-toolbelt heroku-postgres
How to change DATABASE_URL for a heroku application

I wanted to use an external Database with my heroku application. But I'm unable to edit the configuration cariables. I …

ruby-on-rails postgresql heroku heroku-postgres
Pgadmin is not loading

i have recently installed pgadmin4 onto my laptop and when I launch the application, it just gets stuck on the …

python postgresql pgadmin heroku-postgres pgadmin-4