diff --git a/modules/ROOT/pages/tools/neo4j-admin/upload-to-aura.adoc b/modules/ROOT/pages/tools/neo4j-admin/upload-to-aura.adoc index 15e7ab2e4..53dc6df1f 100644 --- a/modules/ROOT/pages/tools/neo4j-admin/upload-to-aura.adoc +++ b/modules/ROOT/pages/tools/neo4j-admin/upload-to-aura.adoc @@ -176,3 +176,13 @@ Import progress .................... 100% Your data was successfully pushed to Aura and is now running. ---- + + +On Windows, the backslashes `\` in the file paths must be escaped with another backslash. +For example: + +[source, shell,role=nocopy] +---- +bin\neo4j-admin database upload dbname --from-path=c:\\db-dump-file\\ --to-uri= --overwrite-destination=true +---- +