| From: | Dave Weitzel <dave(dot)weitzel(at)gmail(dot)com> |
|---|---|
| To: | pgadmin-support(at)postgresql(dot)org |
| Subject: | pg_dump version mismatch |
| Date: | 2009-03-25 13:27:02 |
| Message-ID: | 7b7409f70903250627g42301812h40aa01e55fecbd57@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
I have pg_adminIII 1.8.4 (latest form download siteI am still getting
version mismatch messages running a backup:
C:\Program Files (x86)\pgAdmin III\1.8\pg_dump.exe -h myhost -p 5432 -U
postgres -F c -b -v -f "C:\Work\BACKUPS\postgres.backup" mydata
pg_dump: server version: 8.3.6; pg_dump version: 8.3.0
pg_dump: aborting because of version mismatch (Use the -i option to proceed
anyway.)
pg_dump: *** aborted because of error
Looking at the archives and other sources implies pg_dump should be using
the -i option but I cant see how to set this anywhere.
I would have expected a version difference at the x.x.0 level to be ignored
anyway.
Any advice on how to change this?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Raymond O'Donnell | 2009-03-25 13:31:41 | Re: Issues with v1.10 beta 1 |
| Previous Message | Kieran McCusker | 2009-03-25 13:19:20 | Issues with v1.10 beta 1 |