Skip to content

Commit f2d9bbb

Browse files
authored
Remove the backticks around * and ? to fix the failing test (#1955)
1 parent 9c52429 commit f2d9bbb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Aggregates a chain of backup artifacts into a single artifact.
4545
| Description
4646

4747
|[<database>]
48-
|Name of the database for which to aggregate the artifacts. Can contain `*` and `?` for globbing.
48+
|Name of the database for which to aggregate the artifacts. Can contain * and ? for globbing.
4949
|===
5050

5151

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

107107
[NOTE]
108108
====
109-
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.
109+
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
111111
If `--temp-path` is not set, a temporary directory is created inside the directory specified by the `--from-path` option.
112112

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ It is not possible to dump a database that is mounted in a running Neo4j server.
4848
| Description
4949

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

5555
[[offline-backup-command-options]]

modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The `neo4j-admin database migrate` command is run only on a stopped database.
3838
| Description
3939

4040
|<database>
41-
|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.
41+
|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.
4242
|===
4343

4444
=== Options

0 commit comments

Comments
 (0)