Hello and excuse my english
Trying to push my postgres DB to heroku with the command:
heroku pg:push projectDB DATABASE_URL --app my_project_app67654
I got the message:
! Remote database is not empty.
! Please create a new database, or use `heroku pg:reset`
Then I used the command:
heroku pg:reset DATABASE_URL --app my_project_app67654
Which returned:
..Done
Then I used heroku pg:push again and the same error ocured again and again
Just to make sure, I logged in to the heroku database after resetting with:
heroku pg:psql --app my_project_app67654
And zero relation where there.