Skip to content

Commit ed0ad37

Browse files
Add info about the from-path option
1 parent 6818286 commit ed0ad37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/ROOT/pages/backup-restore/restore-backup.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ For more information, see <<restore-cloud-storage>>.
133133
====
134134
Neo4j 5.24 introduces the `--temp-path` option to address potential issues related to disk space when performing backup-related commands, especially when cloud storage is involved.
135135
136-
If `--temp-path` is not set, a temporary directory is created inside the current working directory for Neo4j.
136+
If `--temp-path` is not set, a temporary directory is created inside the directory specified by the `--from-path` option.
137+
138+
If you don't provide the `--from-path` option or if your provided path points to a cloud storage bucket, a temporary folder is created inside the current working directory for Neo4j.
137139
This fallback option can cause issues because the local filesystem (or the partition where Neo4j is installed) may not have enough free disk to accommodate the intermediate computation.
138140
139141
Therefore, it is strongly recommended to provide a `--temp-path` option.

0 commit comments

Comments
 (0)