-
- Novice
- Posts: 4
- Liked: never
- Joined: Aug 25, 2016 12:19 pm
- Contact:
After SQL restore database appears twice in Veem report
Hallo all.
I have set up an application aware SQL transaction log backup with backup interval of 15 minutes. This works ok.
After a point-in-time restore Veeam shows in every backup report two instances of the restored database. Once in state Protected, the other in state Excluded. The error message states "Transaction logs from some databases were not backed up for the last <n> intervals".
I can make this go away with manually starting a VM backup (scheduled to run once a day). After this Veeam reports the database only once in state Proteced.
Is this a Veeam issue or is it something with my backup/restore setup?
I guess the VM backup does a database backup that maybe fixes some transaction log things caused by the restore. Is a database backup required after every restore as part of standard recovery procedure?
Thank you,
Thomas.
I have set up an application aware SQL transaction log backup with backup interval of 15 minutes. This works ok.
After a point-in-time restore Veeam shows in every backup report two instances of the restored database. Once in state Protected, the other in state Excluded. The error message states "Transaction logs from some databases were not backed up for the last <n> intervals".
I can make this go away with manually starting a VM backup (scheduled to run once a day). After this Veeam reports the database only once in state Proteced.
Is this a Veeam issue or is it something with my backup/restore setup?
I guess the VM backup does a database backup that maybe fixes some transaction log things caused by the restore. Is a database backup required after every restore as part of standard recovery procedure?
Thank you,
Thomas.
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: After SQL restore database appears twice in Veem report
Hi Thomas, this is expected in case you've performed restore to original location. After the database is restored and until the moment of the next VM backup the Veeam B&R cannot backup it's logs, since there's no backup of the database itself, so the restored database is excluded from the logs processing. Once the SQL server is backed up, the database is switched to protected, instead of the database existed prior the restore.
-
- Novice
- Posts: 4
- Liked: never
- Joined: Aug 25, 2016 12:19 pm
- Contact:
Re: After SQL restore database appears twice in Veem report
Thank you for the explanation.
Have a nice day.
Thomas
Have a nice day.
Thomas
-
- Influencer
- Posts: 11
- Liked: never
- Joined: Aug 03, 2017 1:31 pm
- Full Name: Richard Stuivenberg
- Contact:
Re: After SQL restore database appears twice in Veem report
I have the same problem, I can understand that when there has been a restore that until the moment of the next backup I get this error message.
Only a few days later I still get the same error messages and one DB is excluded and one Protected.... I get the message "Transaction logs from some databases were not backed up for the last <n> intervals".
The Excluded DB gives me 23 errors....
Thanks
Richard
Only a few days later I still get the same error messages and one DB is excluded and one Protected.... I get the message "Transaction logs from some databases were not backed up for the last <n> intervals".
The Excluded DB gives me 23 errors....
Thanks
Richard
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: After SQL restore database appears twice in Veem report
Hi Richard, in this case please contact technical support for a closer look at why this is happening. Thanks.
-
- Enthusiast
- Posts: 91
- Liked: 10 times
- Joined: Jul 15, 2009 9:20 am
- Full Name: Irina Lentsner
- Contact:
Re: After SQL restore database appears twice in Veem report
Hi foggy, it seems like expected, however it is confusing indeed, maybe there is a chance that we do somethung about it. here is the full picturel:
1) SQL backup job and every 10 mins log backup- OK
2) Restoring DB point-in-time to riginal location -> right after this DB state in SQL log report is Excluded - also OK
3)After image-level backup of the parent SQL job t in the SQL log Report here are 2 entries, listing the same DB with the same name: 1 excluded &1 protected state- that one is confusing.
For me it stayed the same until i disabled and enabled the parent job, after this everything returned back to normal, just as it was in p.1
It seems like its expected behavior, but doesn`t seem to be right one.
1) SQL backup job and every 10 mins log backup- OK
2) Restoring DB point-in-time to riginal location -> right after this DB state in SQL log report is Excluded - also OK
3)After image-level backup of the parent SQL job t in the SQL log Report here are 2 entries, listing the same DB with the same name: 1 excluded &1 protected state- that one is confusing.
For me it stayed the same until i disabled and enabled the parent job, after this everything returned back to normal, just as it was in p.1
It seems like its expected behavior, but doesn`t seem to be right one.
-
- Enthusiast
- Posts: 54
- Liked: 7 times
- Joined: May 03, 2018 6:20 am
- Full Name: Tobias
- Contact:
Re: After SQL restore database appears twice in Veem report
Hello everyone,
we are having this issue too, and it is a bit anoying getting error messages while there is in fact no error.
Our setting:
we have a DB server with our productive database, and in the same instance we have different test databases that can be used by developers to try out new code. From time to time, our DB admin replaces the test DBs with a current backup of the productive DB. In the past he did this with the MSSQL backup and restore features, since we use Veeam to backup the server he uses the "Restore to another server..." feature, makes a restore from the productive DB to the test DB. This process will delete the test DB and recreate it. The productive DB has transaction logs enabled, the test DBs have transaction logs disabled.
Yesterday, he did a restore - at 4 pm the restore was finished. Directly after the restore, the test DB is set to the Full Revocery mode (like the productive DB), but our DB admin always immediately sets it to Simple after the restore. At 10 pm an incremental server backup was started. After this backup, the errors started - as far as i understood, the error should only be present until the next image level backup is started. In fact, with us the error message only starts after the next image level backup. In the veeam logs, we have the same issue,
How can we prevent this - what are we doing wrong?
Thanks for the help
Tobias
we are having this issue too, and it is a bit anoying getting error messages while there is in fact no error.
Our setting:
we have a DB server with our productive database, and in the same instance we have different test databases that can be used by developers to try out new code. From time to time, our DB admin replaces the test DBs with a current backup of the productive DB. In the past he did this with the MSSQL backup and restore features, since we use Veeam to backup the server he uses the "Restore to another server..." feature, makes a restore from the productive DB to the test DB. This process will delete the test DB and recreate it. The productive DB has transaction logs enabled, the test DBs have transaction logs disabled.
Yesterday, he did a restore - at 4 pm the restore was finished. Directly after the restore, the test DB is set to the Full Revocery mode (like the productive DB), but our DB admin always immediately sets it to Simple after the restore. At 10 pm an incremental server backup was started. After this backup, the errors started - as far as i understood, the error should only be present until the next image level backup is started. In fact, with us the error message only starts after the next image level backup. In the veeam logs, we have the same issue,
How can we prevent this - what are we doing wrong?
Thanks for the help
Tobias
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: After SQL restore database appears twice in Veem report
Hi Tobias, I recommend contacting technical support to verify whether this behavior is expected. Thanks!
-
- Enthusiast
- Posts: 54
- Liked: 7 times
- Joined: May 03, 2018 6:20 am
- Full Name: Tobias
- Contact:
Re: After SQL restore database appears twice in Veem report
I created a support ticket, Case Nr. 03231355.
Who is online
Users browsing this forum: No registered users and 70 guests