Error load dump in community edition

hi,

Which step is wrong from the below? Very strage...to use community edition.

  1. 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"

  1. I downloaded record-aligned-1-1 db as "neo4j-2026-06-04T23-44-39.dump".
  2. I should change from "neo4j-2026-06-04T23-44-39.dump" to "neo4j.dump" with neo4j-admin cli.

in the server,

  1. $neo4j-admin database load --from-path=/backups neo4j --overwrite-destination=true

--> no error :

  1. 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 | |
+-------------------------------------------------------------------------------------------------------------------

--> neo4j seems to have a lot of limitations without documentation. It is like to "minesweeper" game.

--> I got error : ready to start consuming query after 93 ms, results consumed after another 0 ms
Added 1 constraint
0 rows
ready to start consuming query after 31 ms, results consumed after another 0 ms
Added 1 constraint
51N27: system configuration or operation exception - not supported in this edition. Key constraint is not supported in community edition.
50N11: general processing exception - constraint creation failed. Unable to create 'Constraint( type='NODE KEY', schema=(:column {dataitem}) )'.

However when I load, I did not receive errors. ^^ This is for your information.