- Code: Select all
PostgreSQL version 9.0.10 on x86_64-apple-darwin11.3.0 is installed. It is recommended to upgrade to at least version 8.3 for Backup/Restore
Since 9.0.10 is greater than 8.3 I ignore it and move on.
The backup appears to complete but there's an error in the Status window:
- Code: Select all
Database:PT3 DB on Laptop...pg_dump: server version: 9.0.10; pg_dump version: 8.4.2
pg_dump: aborting because of server version mismatch
If I look in the zip file, there's nothing in there that looks like a database backup:
- Code: Select all
Length Date Time Name
-------- ---- ---- ----
3088 03-12-13 19:44 Optional/PokerTracker.cfg
258679 03-12-13 19:44 Optional/Layouts.pt3
78269 03-12-13 19:44 Optional/ReportsCustomized.pt3
30282 03-12-13 19:44 Optional/StatDefinitionsCustomized.pt3
176 03-12-13 19:44 Optional/PokerStars.cfg
169 03-12-13 19:44 Optional/Buddies.cfg
533 03-12-13 19:44 TOC.xml
-------- -------
371196 7 files
I can backup the database manually using the following command:
- Code: Select all
/usr/bin/pg_dump -U postgres -h 192.168.1.104 "PT3 DB" > pt3-dump
This gives me 110M file (uncompressed) which is closer to what I expect.
I am running 3.14.3 on a Mac. How can I fix this?