0

I also try to add plugin manually as suggested in APOC procedure not found but not nothing seems worked, please help me out. Find screenshot here

jatin patware
  • 141
  • 1
  • 12
  • Hi, welcome to StackOverflow! It looks like your question could use a little more information before we can help out. Could you put down what you have tried (exactly), what the environment is, what the expected result is and what the result that you got instead is? Without this information, it's going to be very hard to help you. We have more information available on what to include in a question here: https://stackoverflow.com/help/how-to-ask – Rebecca Nelson Apr 18 '18 at 11:23

1 Answers1

0

In Neo4j Desktop, when you upgrade a Project's database to a newer version, the Project's plugins are not automatically upgraded for you.

To upgrade a Project's DB version manually, you can do this:

  1. Open the Project (while its DB is stopped).
  2. Click Manage.
  3. Click the dropdown arrow next to Open Folder and select Plugins.
  4. Delete the old APOC jar file from the plugins folder.
  5. Get the right APOC jar file version from https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases, and put it in the plugins folder.
  6. Start the DB, and the APOC plugin should start running.

If the Project's UI still shows an error for the plugin, try closing the desktop and re-opening it.

cybersam
  • 63,203
  • 6
  • 53
  • 76