Skip to content

Commit

Permalink
Update dump-the-contents-of-a-transaction-log.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryQ39 authored Sep 21, 2023
1 parent d354389 commit 668c2df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ java -cp 'lib/*:system/lib/*:/usr/share/neo4j/lib/*' org.neo4j.tools.dump.Dump
----
For 4.0 and higher
----
$ java -cp 'lib/*:system/lib/*:/usr/share/neo4j/lib/*' com.neo4j.tools.dump.DumpLogicalLog ./data/transactions/<Your Database Here>/neostore.transaction.db.0 /tmp/dumptxlog_1.log
$ java -cp 'lib/*:system/lib/*:/usr/share/neo4j/lib/*' com.neo4j.tools.dump.DumpLogicalLog ./data/transactions/<Your Database Here>/neostore.transaction.db.0 > /tmp/dumptxlog_1.log
----
Once dumped, you can search for a node ID, etc.

Expand Down

0 comments on commit 668c2df

Please sign in to comment.