How to view containts of Log based recovery files (.db)
book
Article ID: KB0072593
calendar_today
Updated On:
Products
Versions
TIBCO Streaming
10.6.1, 10.6.2
Description
If one of the nodes in the cluster crashed, we expect that we can recover the lost data after restarting it using peer or log-based recovery.
How can we check the contents from lost data? For example, when we preserve the log files using the log-based recovery method, we want to know what data are lost while one of the node is crashed.
Environment
Windows / Linux
Resolution
You can use the below command to view the data of the recovery file. (.db files)
> lv-store-dump -f yourRecoveryFilename.db -j
Output :
If you want to know the uses of the "lv-store-dump" you can use the below command.