Hi Ricardo,
Why there should be backup history in the newly created database? I mean right now you are doing restore to the
newly created database, the backup history only contains the restore action, but no backup history for the log backup which is the source database
For to continue to apply log, you can perform
recovery from a medium and chose a backed up log. Please do not worry about if you chose an early log number,
the recovery process will automatically skip the log which does not need to apply and continue to look for the next one.
You can perform restore by using database studio:
right click the database node-> recovery -> recover a medium -> chose a log template -> then give a log number
Best regards,
James