After much research, I successfully ran heroku pg:pull (MYAPPNAME)::URL mylocaldb
; however, my localhost website is not updated with the database from Heroku. Is there another step I should do now? I tried to run it again and it says ERROR: database "mylocaldb" already exists
so it was successful.
If you have any ideas, please let me know. I am simply trying to restore my database on my localhost from what my website (http://www.joedayvie.com) currently has.
Thank you!