Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/backup-restore/aggregate.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Aggregates a chain of backup artifacts into a single artifact.
| Description

|[<database>]
|Name of the database for which to aggregate the artifacts. Can contain `*` and `?` for globbing.
|Name of the database for which to aggregate the artifacts. Can contain * and ? for globbing.
|===


Expand Down Expand Up @@ -106,7 +106,7 @@ For more information, see <<aggregate-backup-cloud-storage>>.

[NOTE]
====
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.
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.

If `--temp-path` is not set, a temporary directory is created inside the directory specified by the `--from-path` option.

Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/backup-restore/offline-backup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ It is not possible to dump a database that is mounted in a running Neo4j server.
| Description

|<database>
|Name of the database to dump. Can contain `\*` and `?` for globbing.
Note that `*` and `?` have special meaning in some shells and might need to be escaped or used with quotes.
|Name of the database to dump. Can contain * and ? for globbing.
Note that * and ? have special meaning in some shells and might need to be escaped or used with quotes.
|===

[[offline-backup-command-options]]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The `neo4j-admin database migrate` command is run only on a stopped database.
| Description

|<database>
|Name of the database to migrate. Can contain `\*` and `?` for globbing. Note that `*` and `?` have special meaning in some shells and might need to be escaped or used with quotes.
|Name of the database to migrate. Can contain * and ? for globbing. Note that * and ? have special meaning in some shells and might need to be escaped or used with quotes.
|===

=== Options
Expand Down