Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-07-2020 08:35 AM
Hello,
I am new to Neo4j, I need to create multiple graphs in community version.
When i execute CREATE DATABASE xxx;
i have this message Unsupported administration command
because i am with community version.
How can i create new graphs like in desktop version
I want to know if we can do that in community version also. If so, can you please provide how to do it.
Thanks
02-07-2020 09:57 AM
You're going to need to make sure you're using 4.0 enterprise. You can find examples of all the stuff you're asking about here https://neo4j.com/developer/manage-databases/
02-08-2020 04:53 PM
The word "enterprise" does not appear on either of the following pages. Are you sure 4.0 Enterprise is required, or can this be done in 4.0 Community as well?
02-08-2020 08:52 PM
All I can tell you is that I’ve tried this operation on both community and enterprise editions and it only works for me on enterprise. But you are correct they don’t have that in the documentation for sure.
02-08-2020 10:58 PM
Thanks. I did find a page that indicates it's Enterprise-only: https://neo4j.com/docs/cypher-manual/4.0/administration/databases/#administration-databases-create-d...
02-10-2020 12:39 AM
Thank you for your responses,
So it is not free to implement multiple graph ?
Another question is: can i change users roles in community edition ?
02-10-2020 08:08 AM
While you can try out Enterprise Edition with Neo4j Desktop (which allows dev only usage), you would need to have a license for production enterprise usage, and there are potentially some free paths to this with startup, academic, or evaluation licenses.
While we also have Neo4j Aura for db as a service, we are ramping up for 4.0 support (not available just yet), and role assignment and handling is likewise being built out.
For community edition, while users can be added, but roles cannot be added or changed.
07-02-2020 11:56 AM
It'd be great if the docs at https://neo4j.com/developer/manage-databases were updated to indicate clearly that this is an Enterprise-only feature -- I believe I'm not the only one who spent time trying to "debug" this.
07-02-2020 02:51 PM
Yes, that makes sense, I'll pass along the request to the docs team.
03-21-2021 04:38 PM
hours, many hours lost, to understand among cryptic error messages from cypher-shell that I cannot grant privileges or stop database using community edition.
I love neo4j, but this is quite harmful behaviour. Neo4j tools should spit out nice error messages like :" this feature is not available in community edition".
07-03-2021 11:29 AM
I just downloaded Community Edition and one of the very first things I tried to do was setup and create a new database, following the docs on neo4j.com....Hours later I ended up on this helpful thread.
It's very frustrating that the docs (and error messages) don't mention this is an enterprise only feature. I'd imagine setting up a new DB is one of the first things people test driving Neo4J do, so this issue really sucks in particular
07-03-2021 04:38 PM
@manbradcalf
I dont deny having an error message reporting a message to indicate the error is as a result of being enterprise only
functionality but the documentation at Databases - Neo4j Cypher Manual does indicate
3. Creating databases [Enterprise Edition]
Databases can be created using CREATE DATABASE.
07-17-2021 09:36 PM
Ah, fair enough, however a quick Google search of “Neo4J create database” led me here: Managing Multiple Databases in Neo4j - Developer Guides
…which doesn’t state directly that enterprise is required, instead it only leads me to a link about Neo4J desktop, which I’m only now learning is a local-only version of enterprise
I’ll admit I might not be the most thorough doc reader and I skimmed the docs there a bit, but I doubt I’m alone.
All the sessions of the conference are now available online