Skip to content

Commit 9f9fa51

Browse files
committed
Remove the backticks around * and ? to fix the failing test
1 parent 985abdb commit 9f9fa51

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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/configuration/configuration-settings.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3249,7 +3249,7 @@ m|+++true+++
32493249
|Description
32503250
a|Specifies which metrics should be enabled by using a comma separated list of globbing patterns. Only the metrics matching the filter will be enabled. For example `\*check_point*,neo4j.page_cache.evictions` will enable any checkpoint metrics and the pagecache eviction metric.
32513251
|Valid values
3252-
a|A comma-separated list where each element is A simple globbing pattern that can use `*` and `?`..
3252+
a|A comma-separated list where each element is A simple globbing pattern that can use * and ?.
32533253
|Default value
32543254
m|+++*bolt.connections*,*bolt.messages_received*,*bolt.messages_started*,*dbms.pool.bolt.free,*dbms.pool.bolt.total_size,*dbms.pool.bolt.total_used,*dbms.pool.bolt.used_heap,*cluster.raft.is_leader,*cluster.raft.last_leader_message,*cluster.raft.replication_attempt,*cluster.raft.replication_fail,*cluster.raft.last_applied,*cluster.raft.last_appended,*cluster.raft.append_index,*cluster.raft.commit_index,*cluster.raft.applied_index,*cluster.internal.discovery.memberset.left,*cluster.internal.discovery.crdt.gossip_id_data.size,*cluster.internal.discovery.crdt.server_data.size,*cluster.internal.discovery.crdt.database_data.size,*cluster.internal.discovery.crdt.leader_data.size,*cluster.internal.discovery.crdt.total_merge_operations,*cluster.internal.discovery.crdt.total_update_operations,*cluster.internal.discovery.gossip.incoming_queue_size,*cluster.internal.discovery.gossip.total_received_data,*cluster.internal.discovery.gossip.total_sent_data,*cluster.internal.discovery.gossip.uncontactable_members_exist,*check_point.*,*cypher.replan_events,*cypher.cache*,*ids_in_use*,*pool.transaction.*.total_used,*pool.transaction.*.used_heap,*pool.transaction.*.used_native,*store.size*,*transaction.active_read,*transaction.active_write,*transaction.committed*,*transaction.last_committed_tx_id,*transaction.peak_concurrent,*transaction.rollbacks*,*page_cache.hit*,*page_cache.page_faults,*page_cache.usage_ratio,*vm.file.descriptors.count,*vm.gc.time.*,*vm.heap.used,*vm.memory.buffer.direct.used,*vm.memory.pool.g1_eden_space,*vm.memory.pool.g1_old_gen,*vm.pause_time,*vm.thread*,*db.query.execution*,*protocol*+++
32553255
|===

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)