hi,
Which step is wrong from the below? Very strage...to use community edition.
- I downloaded as dump in "neo4j Desktop". The database in neo4j desktop is "record-aligned" l
neo4j$SHOW DATABASES YIELD name, store
name store
"neo4j""record-aligned-1.1"
- I downloaded record-aligned-1-1 db as "neo4j-2026-06-04T23-44-39.dump".
- I should change from "neo4j-2026-06-04T23-44-39.dump" to "neo4j.dump" with neo4j-admin cli.
in the server,
- $neo4j-admin database load --from-path=/backups neo4j --overwrite-destination=true
--> no error :
- Hoever I got an error :
neo4j@system> show databases;
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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{544ab36c[neo4j]}." | TRUE | TRUE | |
| "system" | "system" | | "read-write" | "localhost:7687" | "primary" | TRUE | "online" | "online" | "" | FALSE | FALSE | |
+-------------------------------------------------------------------------------------------------------------------