when creating a 5.x db in desktop, then installing APOC plugin with the UI and adding the usual settings required for import/export apoc.import.file.enabled=true
apoc.export.file.enabled=true
when trying to start the db, I get an error : Unrecognized
setting. No declared setting with name: apoc.export.file.enabled.
and the db does not start
---
Powershell : Failed to read config
C:\Users\VG\.Neo4jDesktop\relate-data\dbmss\dbms-69815e64-5603-44b7-b8fb-c7172a996cbf\conf\neo4j.conf: Unrecognized
setting. No declared setting with name: apoc.export.file.enabled. Cleanup the config or disable
'server.config.strict_validation.enabled' to continue.
Au caractère C:\Users\VG\AppData\Local\Neo4j\Relate\Cache\neo4j-start.ps1:11 : 1
+ Powershell -NoProfile -NonInteractive -NoLogo
+ ~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Failed to read ...d' to continue.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Run with '--verbose' for a more detailed error message.`
how can I get APOC to work with a 5.0 db ?