There are two user accounts for PostgreSQL which have passwords. The database user and the service account. Adding "trust" in your pg_hba.conf file is only for the database user account. The PostgreSQL service account is entirely different. If you installed PostgreSQL using PokerTracker 3 then the default username/password are "postgres/svcpass".
If they are not the correct password and you do not remember the password that you created then you will need to delete the postgres service account by going to your Windows command prompt (Start -> Run, 'cmd') and typing:
- Code: Select all
net user postgres /delete
Once you delete the service account, you should be able to recreate it during the upgrade process.
Best regards,
Derek