Hi,
I downloaded community edition on https://neo4j.com/deployment-center/?gdb-selfmanaged&community ( neo4j-community-2026.02.3-unix.tar.gz) and installed in ubuntu.
I found community edition supports one database and upload when the neo4j server is offline.
My current exported dump file is generated from neo4j desktop recently.
Is there any way to export dump file to load linux community edition?
I got an error like the below:
How to resolve this issue of uploading dump file ?
neo4j@user01-400TDA-400SDA:~/data/dump$ neo4j status
Command Failed
Neo4j is not running.neo4j@user01-400TDA-400SDA:~/data/dump$ neo4j-admin database load neo4j --from-path=/home/neo4j/data/dump --overwrite-destination=true
Done: 66 files, 1.503MiB processed in 0.058 seconds.
Failed to load database 'neo4j': Block format detected for database neo4j but unavailable in this edition.
Load failed for databases: 'neo4j'Command Failed
Load failed for databases: 'neo4j'Block format detected for database neo4j but unavailable in this edition.