Skip to content

Commit d2d891c

Browse files
fix tests
1 parent f1c739c commit d2d891c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/disaster-recovery.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ root@737154f61ca4:/var/lib/neo4j# ls -l backups/neo4j/
8888

8989
You can recreate the database and import the aggregated backup with a single `CREATE DATABASE` call, using the backup as seed.
9090

91-
[source,cypher]
91+
[source,cypher,test-skip]
9292
----
9393
CREATE DATABASE neo4j
9494
OPTIONS {
@@ -118,7 +118,7 @@ We can then query for CDC changes happened after the event ID we recorded before
118118
neo4j-admin database restore --from-path=backups/neo4j/neo4j-2025-04-18T06-57-30.backup --restore-until="2025-04-18 06:57:30" neo4j
119119
----
120120

121-
[source,cypher]
121+
[source,cypher,test-skip]
122122
----
123123
CALL db.cdc.query('EWcd7MhuWPmkAAAAAAAACM9__________wAAAZZHsCvl') YIELD id, event, metadata
124124
RETURN id, event, metadata

0 commit comments

Comments
 (0)