I am running neo4j 3.5.5 using the latest neo4j docker container.
I am trying to follow the instructions for restoring a backup from this page, https://neo4j.com/docs/operations-manual/current/backup/restoring/#backup-restoring-command
The instructions indicate that neo4j-admin restore should be used, but that commend doesn't seem to be available in the neo4j-admin version coming with the docker container.
bash-4.4# neo4j-admin help restore
Unknown command: restore. Available commands are: memrec import dump store-info load report check-consistency set-default-admin set-initial-password
usage: neo4j-admin help [<command>]
environment variables:
NEO4J_CONF Path to directory which contains neo4j.conf.
NEO4J_DEBUG Set to anything to enable debug output.
NEO4J_HOME Neo4j home directory.
HEAP_SIZE Set JVM maximum heap size during command execution.
Takes a number and a unit, for example 512m.
This help text, or help for the command specified in <command>.
What am I missing?
/Peter