-
- Enthusiast
- Posts: 50
- Liked: 3 times
- Joined: Feb 02, 2015 9:17 am
- Full Name: Frankie
- Contact:
log shipping excludes some database
I have turned on AAIP for my mssql 2012 server and have log shipping every 15 mins. Inside the server I have ReportServer, WSUS and VeeamBackup database.
When I look at the sql report it shows myinstance\model and ReportServer$Instance is protected. master, msdb and SUSDB is excluded. VeeamBackup database isn't even on the list.
Besides recovery model set to full and have the account run as sysadmin, is there anything else I have setup ? I expected to have them all protected.
When I look at the sql report it shows myinstance\model and ReportServer$Instance is protected. master, msdb and SUSDB is excluded. VeeamBackup database isn't even on the list.
Besides recovery model set to full and have the account run as sysadmin, is there anything else I have setup ? I expected to have them all protected.
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: log shipping excludes some database
HI Frankie,
Do you see these databases as excluded or unprotected? See our user guide clarification about reasons for exclusions:
Do you see these databases as excluded or unprotected? See our user guide clarification about reasons for exclusions:
Let me know if that helps!Excluded — databases excluded from processing. This may be due to any of the following reasons: database status is Offline, database recovery model is set to Simple, database is read-only, database was deleted after the latest full backup, registry key value (list of exclusions). To learn more about the list of exclusions, see http://www.veeam.com/kb1051.
-
- Enthusiast
- Posts: 50
- Liked: 3 times
- Joined: Feb 02, 2015 9:17 am
- Full Name: Frankie
- Contact:
Re: log shipping excludes some database
Hi Vitaliy
After checking those db settings I have them almost protect except:
1) INSTANCE\master : Failed to perform internal backup (INSTANCE\master): Code = 0x80040e14 Code meaning = IDispatch error #3092 Source = Microsoft OLE DB Provider for SQL Server Description = Cannot back up the log of the master database. Use BACKUP DATABASE instead. COM error: Code: 0x80040e14
2) VeeamBackup DB still isn't on the database list, is it by default ignored by VeeamB&R?
Thanks
After checking those db settings I have them almost protect except:
1) INSTANCE\master : Failed to perform internal backup (INSTANCE\master): Code = 0x80040e14 Code meaning = IDispatch error #3092 Source = Microsoft OLE DB Provider for SQL Server Description = Cannot back up the log of the master database. Use BACKUP DATABASE instead. COM error: Code: 0x80040e14
2) VeeamBackup DB still isn't on the database list, is it by default ignored by VeeamB&R?
Thanks
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: log shipping excludes some database
By default Veeam B&R database is set to simple mode, did you change it to full recovery mode manually?
-
- Enthusiast
- Posts: 50
- Liked: 3 times
- Joined: Feb 02, 2015 9:17 am
- Full Name: Frankie
- Contact:
Re: log shipping excludes some database
Yes, I have set it to full already.Vitaliy S. wrote:By default Veeam B&R database is set to simple mode, did you change it to full recovery mode manually?
But even VeeamBackup db is in simple mode, at least during log shipping veeam B&R should exclude it right?
VeeamBackup db doesn't even appear in the SQL report. It looks to me that it is totally ignored by veeam B&R.
DB that hosted in my sql server
VeeamBackup isn't on the report
How about the master database error message, is it something related to Veeam?
The transaction message is as follow:
3/22/2015 11:14:44 AM :: Saving transaction logs backup file to repository (INSTANCE\SUSDB; INSTANCE\ReportServer$INSTANCETempDB; INSTANCE\ReportServer$INSTANCE; INSTANCE\msdb; INSTANCE\model)
Property of VeeamBackup database:
Thanks
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: log shipping excludes some database
Based on what I know, Veeam backup database should not be excluded, but I will double check tomorrow. On a side note, do you have this key specified by any chance?
Do you have any error events in the Windows event log regarding SQL database backup and master db?
Do you have any error events in the Windows event log regarding SQL database backup and master db?
-
- Enthusiast
- Posts: 50
- Liked: 3 times
- Joined: Feb 02, 2015 9:17 am
- Full Name: Frankie
- Contact:
Re: log shipping excludes some database
No, I don't have the said regkey on my Veeam server.
I will double check the event log of my sql later today.
Got something new tho... as you can see above msdb and model is being protected. However, on SQL explorer I don't see the DB. Only both ReportServers and SUSDB can be restore, permission issue again?
I will double check the event log of my sql later today.
Got something new tho... as you can see above msdb and model is being protected. However, on SQL explorer I don't see the DB. Only both ReportServers and SUSDB can be restore, permission issue again?
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: log shipping excludes some database
System databases are not displayed in the Explorer UI, see this topic for more details > Where are Master, Model, MSDB in SQL Item Restore
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: log shipping excludes some database
...and as to Veeam backup database, then it is excluded from AAIP process by default, that is why you can't see this database in the Explorer UI. The recommended way of backing up and restoring our database should be done via built-in Configuration backup tool.
-
- Enthusiast
- Posts: 50
- Liked: 3 times
- Joined: Feb 02, 2015 9:17 am
- Full Name: Frankie
- Contact:
Re: log shipping excludes some database
Good to know that, thanks. I will follow up the master db error message and give an update here.Vitaliy S. wrote:...and as to Veeam backup database, then it is excluded from AAIP process by default, that is why you can't see this database in the Explorer UI. The recommended way of backing up and restoring our database should be done via built-in Configuration backup tool.
-
- Novice
- Posts: 5
- Liked: never
- Joined: Nov 12, 2014 10:37 am
- Full Name: Patrik Priess
- Contact:
Re: log shipping excludes some database
Hi Sirhideo
Just tested on our SQL 2014 and have exact same issue on the master database.
Failed to perform internal backup (master): Code = 0x80040e14 Code meaning = IDispatch error #3092 Source = Microsoft OLE DB Provider for SQL Server Description = Cannot back up the log of the master database. Use BACKUP DATABASE instead. COM error: Code: 0x80040e14
Should this not be excluded by default ?
Did you have any update ?
Just tested on our SQL 2014 and have exact same issue on the master database.
Failed to perform internal backup (master): Code = 0x80040e14 Code meaning = IDispatch error #3092 Source = Microsoft OLE DB Provider for SQL Server Description = Cannot back up the log of the master database. Use BACKUP DATABASE instead. COM error: Code: 0x80040e14
Should this not be excluded by default ?
Did you have any update ?
-
- Novice
- Posts: 5
- Liked: never
- Joined: Nov 12, 2014 10:37 am
- Full Name: Patrik Priess
- Contact:
Re: log shipping excludes some database
Just gonna quote my self. Our DBA had placed the master databse in "Full" loggin mode. Thats why is wasent excluded.
So pr default my guess is that Veeam exclude all DB's thats in singel mode
/Patrik
So pr default my guess is that Veeam exclude all DB's thats in singel mode
/Patrik
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: log shipping excludes some database
Correct, as databases using simple recovery model do not maintain transaction logs, so there is nothing for us to backup.
-
- Enthusiast
- Posts: 45
- Liked: 1 time
- Joined: Jul 23, 2014 7:05 pm
- Contact:
[MERGED]: SQL Restore now log shipping is failing
I been testing the SQL backup for veeam. I am on 8.0 with the latest update. I was able to do a point in time restore on one of my databases, but ever since i did that i been getting log errors saying that database is excluded. At the same time that database shows up again and is not excluded? I have rebooted both the Veeam Server and the SQL server. Still getting errors. When i look at the SQL server i only see one instance of the Database. Anyone seen this before?
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: log shipping excludes some database
Hi Leo,
Please check which recovery model does your DB use. If it's "Full" then please open a ticket with support and post your case ID here.
Thank you.
Please check which recovery model does your DB use. If it's "Full" then please open a ticket with support and post your case ID here.
Thank you.
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: log shipping excludes some database
Were there backups of the VM itself performed after the database restore?
Who is online
Users browsing this forum: Majestic-12 [Bot] and 71 guests