PDA

View Full Version : Got a new Computer



BattleOx
10-01-2011, 08:12 PM
I just got a new computer (windows 7) and want to transfer Holdem Manager and my database from my old computer (windows vista) to my new one. Can someone give me a link to instructions. Thanks in advance.

Patvs
10-01-2011, 08:25 PM
Read: http://faq.holdemmanager.com/questions/72/Backup%26RestoreDatabase

Backup the database on PC#1.
Then restore the backup file to PC#2.

BattleOx
10-01-2011, 08:48 PM
PostgresSQL could not install, what do I do?

olliepower
10-02-2011, 12:49 AM
If that installer fails to install PostgreSQL, please reinstall PostgreSQL using the following instructions:

The secondary logon service is a standard windows service which is available on every windows computer and is required to be running to install PostgreSQL. In the latest versions it is not started automatically. You need to start it via control panel > administrative tools > services. Starting it once should insure it works in the future also.

Go to Start > Programs > Accessories > Command Prompt > Right-Click > Run As Administrator
In the window that appears please type the following and press enter:
net user postgres /delete

You should get a confirmation if it was successful.

If that doesn�t work try installing this version of PostgreSQL � http://rvgsoftware.fileburst.com/Postgres_8.3.9-v1.0.7.exe

If that installer also fails try this one it should work PostgreSQL: Choose a Mirror (http://wwwmaster.postgresql.org/download/mirrors-ftp/binary/v8.2.17/win32/postgresql-8.2.17-1.zip)

BattleOx
10-02-2011, 08:33 AM
Read all the great instructions in the forums and got it to work after a few changes. Thanks for all your help.