We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c739c commit d2d891cCopy full SHA for d2d891c
modules/ROOT/pages/disaster-recovery.adoc
@@ -88,7 +88,7 @@ root@737154f61ca4:/var/lib/neo4j# ls -l backups/neo4j/
88
89
You can recreate the database and import the aggregated backup with a single `CREATE DATABASE` call, using the backup as seed.
90
91
-[source,cypher]
+[source,cypher,test-skip]
92
----
93
CREATE DATABASE neo4j
94
OPTIONS {
@@ -118,7 +118,7 @@ We can then query for CDC changes happened after the event ID we recorded before
118
neo4j-admin database restore --from-path=backups/neo4j/neo4j-2025-04-18T06-57-30.backup --restore-until="2025-04-18 06:57:30" neo4j
119
120
121
122
123
CALL db.cdc.query('EWcd7MhuWPmkAAAAAAAACM9__________wAAAZZHsCvl') YIELD id, event, metadata
124
RETURN id, event, metadata
0 commit comments