Question

database backup with AAP or plug-in

  • 30 October 2023
  • 7 comments
  • 158 views

Userlevel 6
Badge +1
  • Comes here often
  • 35 comments

hello,

I’m a little bit confused about application aware processing on veeam, what is it for actually  ?, for example, if I have database (MS.SQL) on my source backup, do I have to enable AAP on it , so I can also backup & restore that database. or do I have to install plug-in on source backup ?
 

Thank You


7 comments

Userlevel 7
Badge +6

Hi @dika !

The Application-aware processing must be enabled in the VBR backup job. It is necessary for VM and Agent-based backup and relies on VSS snapshots.

In the case of the backup agent option, it is necessary to deploy it in an SQL server.

Another alternative is to deploy the Veeam Agent for SQL in the SQL Server. I like this option as it provides some interesting capabilities:

  • SQL admin has complete control over backup and recovery
  • User interface (UI) integrated directly into Microsoft SQL Server Management Studio
  • Up to 2,000 databases per SQL server
  • Up to 10,000 databases per backup server
  • Backup new databases without waiting for image-based backup
  • Support for SQL Always On
  • Backup Copy jobs support copying native SQL backups to secondary repositories

Resources:

Application-Aware Processing - User Guide for VMware vSphere (veeam.com)

Application-Aware Processing - Veeam Agent for Microsoft Windows Guide

How Veeam Plug-in for Microsoft SQL Server Works - Veeam Plug-ins for Enterprise Applications

 

 

I hope I have helped you in some way. :-)

Userlevel 7
Badge +17

With AAP and/or the Plugins you get transaction consistent backups and not crash consistent backups.

For databases this is very advisable to this.

Userlevel 7
Badge +17

Hi @dika - to answer your question specifically, you can use either option to back up your DB. When would you use AAIP vs Agent? AAIP is used when you have a VM and back it up with a regular image-level backup job, & you use Agent generally for physical servers where you can't back it up with a regular Veeam job, although AAIP can be used there as well.

Let us know if you have any further questions. 

Userlevel 7
Badge +7

Btw, you need to enable AAP if you want to truncate sql logs.

Userlevel 6
Badge +7

The main difference between using “plain” Veeam B&R / Veeam Agents with AAIP vs Veeam Plugins is the type of backup you’re taking.

  • B&R with AAIP / Veeam Agents: these are image-level backups, designed to protect entire machines (virtual and physical). Of course, if such machines contain applications, the built-in engine handles consistency and ensures proper backups. Typically, B&R / Agents manage the backup process, interacting with application APIs (e.g. VSS for Microsoft apps, Oracle OCI). You can manage some settings (e.g. log truncation, etc.) but in general AAIP applies to *all* supported applications, you cannot go granular and choose - for example - to protect just a single SQL Instance or Database.
     
  • Veeam Plugins (SQL, Oracle, SAP...): these are application-level backups. Designed to protect only applications, not the machines hosting them. They are also designed to be used by DBAs / application owners, using native application tools (SQL Server Management Studio, Oracle RMAN, SAP BRtools/BackInt...). In this case, Veeam B&R acts more or less as a “receiver” for those backups - the management is mostly done on the application’s part.

So, some good questions to ask when deciding whether to go with AAIP/Image level backups or Veeam Plugins:

  • Do you also need to protect the actual OS and/or file systems of your application server?
  • Do you need to protect just one, or a few databases / application units out of many?
  • Do you need the application owners / DBAs to manage backups and restores, with native tools?

Of course, you can also combine different Veeam components / backup modes - for example, on a Linux machine hosting one or more Oracle datbases, you could install both Veeam Agent for Linux (for OS protection) and Veeam Plugin for Oracle RMAN (for database protection).

 

Hope this helps 😊

Userlevel 7
Badge +17

Hi @dika - let us know if we took care of any confusion you had, or if there are any further questions you have.

Cheers!

Userlevel 7
Badge +17

Hi @dika -

Do you still have any questions or did any of the provided comments help you? If any comments helped you, we ask you please mark one as ‘Best Answer’ so others who have a similar question and come across your post may benefit.

Thank you.

Comment