PDA

View Full Version : HEM ERROR after moving database



laced52
06-18-2011, 05:53 PM
i followed these steps to move my holdem manager to a new hard drive.

http://faq.holdemmanager.com/questions/368/Move+Database+to+Another+Hard+Drive+or+Partition

then I get "the following error occured when trying to open the database: Failed to establish a connection to '127.0.0.1'."

please help

laced52
06-18-2011, 06:28 PM
error in instructions there is extra slash at end of data

"C:\Program Files\PostgreSQL\8.3\bin\pg_ctl.exe" runservice -w -N "pgsql-8.3" -D "C:\Program Files\PostgreSQL\8.3\data\"

And i should change it to this:
"C:\Program Files\PostgreSQL\8.3\bin\pg_ctl.exe" runservice -w -N "pgsql-8.3" -D "I:\Program Files\PostgreSQL\8.3\data\"

should read
And i should change it to this:
"C:\Program Files\PostgreSQL\8.3\bin\pg_ctl.exe" runservice -w -N "pgsql-8.3" -D "I:\Program Files\PostgreSQL\8.3\data"