Hello so i'm considering starting my neo4j database from a docker image as my application grows I may switch to another cloud provider or my own infrastructure. Is there any guide or advice for moving my data from the docker volume or is this not advised?
@scottbeeker
You can use neo4j-admin dump
and neo4j-admin load
as an offline operation to export a graph/database and then load it to a new environment
See Back up an offline database - Operations Manual and follow on pages from there
1 Like