adeelarifbhatti
11 years agoLevel 4
Backup exec and log shipping
Hi,
I have configured log shipping for one of my MS Sql server. The problem it that the full backup of the all the databases work well but the increamental backup gets fail and give me the following error.
V-79-57344-867 - The last Full backup of database DB3 was not made by this application. Run a new Full backup, then run this job again.
Could I not use incremental backup for databases which are using log shipping ??
Thanks !
You cannot do log shipping between the full and incremental backup because this disrupt the backup sequence You should instead change your job to give you a copy of the backup and then use SQL Studio to load the .bak file to whichever database that you want.