I had to reinstall Neo4j Desktop. A backup was created on c:\user[myuser].neo4jDesktop(backup)
How do I get the database folders back into the new neo4j installation. Copying to the
neo4jDatabases folder doesn't work
Yes it works. I had the wrong version for neo4j in the pom.xml file. However the
same message appears with the example"
// One Filter
CALL com.maxdemarzi.boolean.filter("Order", {not:false, and:[
{property: "color", values: ["Blue"], not: false}
]}, ...
There is no procedure with the name com.maxdemarzi.one.direction registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
The plug-in is installed and the database s...
There is another way.
Create a new database with the same version of the one you want to reinstall.
Copy the data folder from the original to the new database data folder after deleting the auth.ini file
from the original data/dbms folder.
GGB