Skip to content

Commit 6818286

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ For more information, see <<aggregate-backup-cloud-storage>>.
108108
====
109109
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.
110110
111-
If `--temp-path` is not set, a temporary directory is created inside the current working directory for Neo4j.
111+
If `--temp-path` is not set, a temporary directory is created inside the directory specified by the `--from-path` option.
112+
113+
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.
112114
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.
113115
114116
Therefore, it is strongly recommended to provide a `--temp-path` option.

0 commit comments

Comments
 (0)