dyim
(Dyim)
1
Hi,
I cannot load from dump-file to docker using neo4j-admin in docker neo4j:ubi9 :
How can I resolve this issue?
> bash-5.1$ neo4j-admin database load --from-path=/data/dump --overwrite-destination=true neo4j
Failed to load database 'neo4j': No matching archives found
Load failed for databases: 'neo4j'
Command Failed
Load failed for databases: 'neo4j'
No matching archives found
@dyim
hopefully this isnt a bug but if it is it would be helpful to know what version of Neo4j is in play here?
also given --from-path=/data/dump can you please list the contents of /data/dump?
dyim
(Dyim)
3
@dana_canzano
I downloaded from docker-hub: https://hub.docker.com/\_/neo4j with ubi9.
the version showed as ā20260202ā. It is weird.
bash-5.1$ neo4j --version
2026.02.2
bash-5.1$ neo4j-admin --version
2026.02.2
bash-5.1$ ls -al /data/dump
total 112
drwxr-xr-x 2 neo4j neo4j 4096 Mar 17 01:58 .
drwxrwxr-x 5 neo4j neo4j 4096 Mar 17 00:46 ..
-rwxrwxrwx 1 neo4j neo4j 51593 Mar 17 01:57 neo4j-2026-03-17T01-55-00.dump
I think the docker image is community edition so only neo4j is the only database in this image.
Is there neo4j docker hub site other than āhttps://hub.docker.com/_/neo4jā ?