PDA

View Full Version : Import hands on 2 machines



Shloogy
12-04-2009, 10:09 AM
Hello
Im using HM on 2 machines and need would like to have my data (hands) on both of them.

The usual way would be importing the hands on the two of them, but that would take like forever.

Is there a way of exporting from one DB to another using pgadmin?

i.e.
on microsoft sql server you can backup a DB, and then restore it on another sql server.

Cheers

Patvs
12-04-2009, 12:21 PM
On your main computer (which has ALL the hands), just open pgAdminIII, log into your database, rightclick, select BACKUP. And create a .backup file.

On your other computer, in pgAdminIII, do the same but choose RESTORE instead, redirecting to your .backup file.