PDA

View Full Version : problem with backing up



zedjr
12-11-2009, 04:03 AM
i try to use pgadmin to back up a db on postgres 8.4. This is the error i get,, i also have 8.3 installed so what do i do to fix this.

C:\Program Files (x86)\PostgreSQL\8.3\bin\pg_dump.exe --host localhost --port 5433 --username postgres --format custom --blobs --verbose --file "E:\Roger's main folder\Documents\HEM12112009.backup" "HEM102509"
pg_dump: server version: 8.4.1; pg_dump version: 8.3.8
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.

fozzy71
12-11-2009, 12:25 PM
Are you using both versions? If not, I suggest you uninstall 8.3 and try again.