Appears to be a bug to me...
twilkinson@uh.org
Posts: 8
I downloaded the trial and was trying to view contents of transactions within a log file backup. This is what I have notice...
I pick yesterday log file on a server that does not truncate the logs... it works.
I pick yesterday log file on a server where I truncate the logs at night... it does not work.
My goal is to view a transaction that occurred during a 2 hour window on my server that happens to be one that truncates the log after reindexing.
Now I'm sure to someone that makes sense but it does not to me since all I'm concerned with is this 2 hour window from the previous day.
The message I get is... "this file has been ignored because it contains no relevant backup information."
I only get the message when I choose a log file that is prior to the log being truncated from what I can tell.
Is it possible for the application just to show me the entries in a single transaction log file as well? During my testing on a different server I chose a file from the previous day. That file has 15 minutes of transaction log backup data within it (this is a server btw where the log is not truncated after indexing). Not only did I get the 15 minutes of transactions I wanted but I got the active log too. What a pain... all this additional processing took place for something I didn't care to see.
I pick yesterday log file on a server that does not truncate the logs... it works.
I pick yesterday log file on a server where I truncate the logs at night... it does not work.
My goal is to view a transaction that occurred during a 2 hour window on my server that happens to be one that truncates the log after reindexing.
Now I'm sure to someone that makes sense but it does not to me since all I'm concerned with is this 2 hour window from the previous day.
The message I get is... "this file has been ignored because it contains no relevant backup information."
I only get the message when I choose a log file that is prior to the log being truncated from what I can tell.
Is it possible for the application just to show me the entries in a single transaction log file as well? During my testing on a different server I chose a file from the previous day. That file has 15 minutes of transaction log backup data within it (this is a server btw where the log is not truncated after indexing). Not only did I get the 15 minutes of transactions I wanted but I got the active log too. What a pain... all this additional processing took place for something I didn't care to see.
Comments
Normally, the error message indicates that there is a gap in the transaction history. Log Rescue needs the full backup, and then a consistent chain of log backups leading back to the full backup. If there is a gap in the history, the backup files will be ignored. I think that may be the problem here.
Is there a way that a single file transactions can be displayed instead of the "file select" + live log?
I don't know the specifics in great detail, but since Log Rescue is primarily designed to recover data, it needs to have an initial state of the table schema and data to work with. If it doesn't, it can't reconstruct an entire table drop, which is one of the design goals.