Connecting Heroku to PGAdmin to Restore
In a unique situation here trying to hook up pgadmin to heroku.
I have created a rails 4 application and pushed it to my own heroku. It
imitates the clients previous project which had pushed to heroku on a
different repository.
So I've followed this answer: Connect to a heroku database with pgadmin
Successfully connected, but when clicking restore I get the following
error /Volumes/pgAdmin3/pgAdmin3.app/Contents/SharedSupport/pg_dump --host
ec2-54-243-234-148.compute-1.amazonaws.com --port 5432 --username
"objnjcsgcbwvje" --format tar --blobs --verbose --file "/Documents/cpr"
"d6oesvq4pk09d0" pg_dump: server version: 9.1.9; pg_dump version: 8.3.1
pg_dump: aborting because of version mismatch (Use the -i option to
proceed anyway.) pg_dump: * aborted because of error
Process returned exit code 1.
which means i have the wrong version of pgdump?
No comments:
Post a Comment