My older database version is 2.3.2. There I created a database and inserted nodes and relationships.
Now, I upgraded to 3.0 version and restarted the neo4j server. Changed thedbms.active_directory = xyz_path
But unable to fetch the data from the db now.
Is there any more configurations or any specific changes I need to do to access the database.
Edited Error while using migrating the config files:
[root@enteras02 tools]# java -jar config-migrator.jar path/to/neo4j2.3 path/to/neo4j3.0
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/neo4j/config/ConfigMigrator : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:803) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)
dbms.allow_format_migration=trueand the documentation reference for upgrading : neo4j.com/docs/operations-manual/current/#upgrading - Christophe Willemsen