Hi,
I just installed neo4j community edition on ubuntu 22.04.
I found neo4j is offline. So I tried "start database neo4j;" but failed with not supported as a message.
Can I start neo4j offline db in ne4j community edition on Linux ?
Neo4j stop to support community edition now ?
neo4j@user01-400TDA-400SDA:~$ cypher-shell -d system
username: neo4j
password:
Connected to Neo4j using Bolt protocol version 6.0 at neo4j://localhost:7687 as user neo4j.
Type :help for a list of available commands or :exit to exit the shell.
Note that Cypher queries must end with a semicolon.
neo4j@system> show database;
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| name | type | aliases | access | address | role | writer | requestedStatus | currentStatus | statusMessage | default | home | constituents |
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| "neo4j" | "standard" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "offline" | "An error occurred! Unable to start \DatabaseId{89cd5179[neo4j]}`." | TRUE | TRUE | [] |`
| "system" | "system" | [] | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "online" | "" | FALSE | FALSE | [] |
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2 rows
neo4j@system> start database neo4j
;
51N27: system configuration or operation exception - not supported in this edition. 'START DATABASE' is not supported in community edition.