Hi there.
I'm on a win xp with postgresql 8.0.3 and PT3 in v3.12.1 and I'm planning on moving to a win7 x64 with a newer postgresql as well.
My reasoning was to first backup the pt database. Since I have the PT3 quite a long time, I think the File/Backup functionality was not implemented the last time I used it. I am kind of conservative with my programs and have continued to use the pgAdmin III to do by backups (I knew it worked, I did not need to read and learn stuff etc pp, limited time/resource problem).
So, I tried out the Menu File/Backup, but there pops up a message box with an error like: Unable to login to database (postgres). Reason: FATAL: database "postgres" does not exist
I clicked 'configure defaults' and looked at the settings, they seemed fine except the password (Server: localhost, port: 5432, Database user: postgres, password: dbpass) so I changed the password to the correct one and tried again. Same message same error.
I frowned and fired up pgAdmin, used the password to connect to the database and checked the properties there. Hostname is localhost, port is 5432, Initial database is template1, username is postgres. What the heck I thought.
What am I missing? Is the build-in backup/restore not compatible with postgresql 8.0? Do I have to update that first? And regarding the error message: DATABASE POSTGRES does not exist - of course not, that is the effin user name, not the db name. The db is called 'party', at least in pt3 in the field Database Name (in the DB Management Window). Under Database Info the Database is called 'PT3 DB', which is a string I can see in pgAdmin as well, in the tree 'Databases', and there is the CREATE DATABASE "PT3 DB" command as well.
In pgAdmin, there is a second database in the tree Databases, its called PARTY-POSTGRESQL-VERSION, but in PT3 I don't see that. Can't remember why its there actually. It has 22 tables that are different from the 52 tables the 'PT3 DB' has. Tables start with blind_structure and datawindow_prefs, dst, error_msgs and so forth, contain pLayer_winnings as well. The other db starts with holdem_cache, holdem_hand_histories instead and contains many lookup_*, omaha_* and tourney_* tables. Confusing.
I can not really think of other logical explanations. I am kind of stuck here.
Please help me out with some suggestions on how to proceed, thank you very much.
moe