Login  Register

Re: Copy an existing installation to another machine

Posted by pedroparkero on Aug 11, 2011; 6:05am
URL: http://ngl.70.s1.nabble.com/Copy-an-existing-installation-to-another-machine-tp6657034p6675208.html

1. How do you check thru pg admin? If I need to check if the Postgres service is running, it is running according to the Control Panel -> Administrative Tools -> Services.
2. According to the dbconnection.xml, here is the link I found:
    <property name="hibernate.connection.url">
       jdbc:postgresql://localhost:5432/newgenlib
    </property>
should it be the one I'm looking for? As I didn't change anything, it still doesn't work. :(
-------------------------------------------------
With great knowledge comes great responsibility.