Hi,
Not sure whether anyone can help me however I am trying to export the "neo4j-graph.db" from production server and import it to testing for further work to be done.
The process I am following is copy the whole folder named "neo4j-graph.db and transferring it to the testing server (please note that server names are different). Was not able to start the service on test env. machine using the restored data due the below:
org.neo4j.kernel.ha.zookeeper.ZooKeeperException: StoreId in database doesn't match that of the ZK cluster
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.neo4j.kernel.HighlyAvailableGraphDatabase]: Constructor threw exception; nested exception is org.neo4j.kernel.ha.zookeeper.ZooKeeperTimedOutException: Connection to ZooKeeper server timed out, keeper state=Disconnected
Other errors reported with creating bean with several names.
neo4j-ha-1.6.1
OS: redhat
Regards,