Hi. On linux version mismatch occurs when you upgrade (esp. on rpm-based distributions) and PG_VERSION links to old version. On windows it occurs if pg_dump you are using does not match Postgres version (check if you have two installations of postgres). From pgadmin go to File > Options and verify PG bin path. However, you can instruct pg_dump to ignore version mismatch (using -i or --ignore-version) if running from command line.
Cheers. Mugoma, Yengas. [email protected] wrote: >> Don't forget to add the environment variable: >> variable: PGPASSFILE >> value: path to pgpass.conf > Could you be more specific for the non-technical - where exactly does this > go? Windows? postgresql? OpenERP? > For the record I am having the same problem and I am also unable to get the > database backed up via pgadmin - it exits complaining of version mismatch or > something. > -------------------- m2f -------------------- > -- > http://www.openobject.com/forum/viewtopic.php?p=34920#34920 > -------------------- m2f -------------------- > _______________________________________________ > Tinyerp-users mailing list > http://tiny.be/mailman/listinfo/tinyerp-users _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
