You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/backup-restore/restore-backup.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,9 @@ For more information, see <<restore-cloud-storage>>.
133
133
====
134
134
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.
135
135
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.
137
139
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.
138
140
139
141
Therefore, it is strongly recommended to provide a `--temp-path` option.
0 commit comments