PDA

View Full Version : Format Harddrive



beerkag
10-13-2009, 07:45 AM
Im gonna format my harddrive with HM on it. How do i do so i dont loose any settings and Handhistorys? So it gets the same when i reinstall it.

netsrak
10-13-2009, 10:20 AM
* Backup database: http://www.holdemmanager.net/faq/afmviewfaq.aspx?faqid=12
* 2nd level backup: http://www.holdemmanager.net/faq/afmviewfaq.aspx?faqid=173 and http://www.holdemmanager.net/faq/afmviewfaq.aspx?faqid=119

* HM settings: http://www.holdemmanager.net/faq/afmviewfaq.aspx?faqid=98

beerkag
10-13-2009, 01:37 PM
Gets this error message when i try to do the backup.

C:\Program Files\PostgreSQL\8.3\bin\pg_dump.exe -h localhost -p 5433 -U postgres -F c -b -v -f "C:\POKER\hmdatabase.backup" postgres
pg_dump: server version: 8.4.1; pg_dump version: 8.3.4
pg_dump: aborting because of version mismatch (Use the -i option to proceed anyway.)
pg_dump: *** aborted because of error

Process returned exit code 1.

netsrak
10-13-2009, 04:41 PM
you have installed 2 different versions of postgresql.

Copy the pg_dump command which is given in the message and run it in the correct postgresql path via command line.

I guess its
C:\Program Files\PostgreSQL\8.4\bin\pg_dump.exe -h localhost -p 5433 -U postgres -F c -b -v -f "C:\POKER\hmdatabase.backup" postgres