#1 Global Leader in Data Protection & Ransomware Recovery

How to Backup The Veeam ONE SQL Database

KB ID: 2356
Product: Veeam ONE | 10 | 11 | 12 | 12.1
Published: 2017-10-10
Last Modified: 2023-08-30
mailbox
Get weekly article updates
By subscribing, you are agreeing to have your personal information managed in accordance with the terms of Veeam's Privacy Notice.

Cheers for trusting us with the spot in your mailbox!

Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest

error icon

Oops! Something went wrong.

Please try again later.

Purpose

This article documents methods to back up the Veeam ONE SQL database.

This is useful when you have to do a backup before an upgrade or if you have been asked to provide a backup of Veeam ONE database to Veeam Support for further in-depth analysis.

Solution

Identify the Location of the Veeam ONE Database

  • If Veeam ONE is installed, open the Veeam ONE Settings Utility to view the current SQL Server settings.
    C:\Program Files\Common Files\Veeam\Veeam ONE Settings\VeeamOneSettings.exe
Veeam ONE DB Settings
  • Alternatively, check the following registry values in the following key:
    HKLM\SOFTWARE\Veeam\Veeam ONE Monitor\db_config
    • host
    • db_name

Back Up Local Veeam ONE Database

If the Veeam ONE database is located in a SQL Instance on the same server as the Veeam ONE software, use the Create Backup button within the Veeam ONE Settings Utility.

Local Backup

Back-Up Remote Veeam ONE Database

If the Veeam ONE database is located in a SQL Instance on a remote SQL Server, a backup must be created using either SQL Server Management Studio or SQLCMD on that remote SQL Server.

Note: These methods can also be used with local Veeam ONE databases; it's simply easier to create a backup using the Veeam ONE Setting Utility when possible.

 

Option 1: Using SQL Server Management Studio
  1. Open Microsoft SQL Server Management Studio with administrator permissions. 
  2. Connect to the ServerName\Instance of the server with the DB you want to back up.
  3. Expand the Databases tab to get to the DB you want to back up. 
  4. Right-click the desired DB > Tasks > Back Up.
  5. Set Backup Type to Full
  6. Specify the database file destination by choosing the Back up to Disk option > Add the destination path to save the database backup.
  7. Go to Backup Options and set Set backup compression to Compress backup to reduce the database file size (the option is not mandatory).
  8. Click OK to start the Backup process.
     

 

Option 2: Using SQL command line
  1. On the SQL Server where the Veeam ONE Database is located, open an Administrative Command Prompt
  2. Modify the variables in the following command, then run it to create a backup file:
sqlcmd -S SqlServerName\SqlInstanceName -Q "BACKUP DATABASE [DbName] TO DISK=N'C:\backups\VeeamONEDB.bak'"
Note: If SQL server authentication is enabled, define a username using '-U' parameter. Example below:
sqlcmd -U Username -S SqlServerName\SqlInstanceName -Q "BACKUP DATABASE [DbName] TO DISK=N'C:\backups\VeeamONEDB.bak'"
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

Spelling error in text

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Thank you!

Thank you!

Your feedback has been received and will be reviewed.

Oops! Something went wrong.

Please try again later.

You have selected too large block!

Please try select less.

KB Feedback/Suggestion

This form is only for KB Feedback/Suggestions, if you need help with the software open a support case

By submitting, you are agreeing to have your personal information managed in accordance with the terms of Veeam's Privacy Notice.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Verify your email to continue your product download
We've sent a verification code to:
  • Incorrect verification code. Please try again.
An email with a verification code was just sent to
Didn't receive the code? Click to resend in sec
Didn't receive the code? Click to resend
Thank you!

Thank you!

Your feedback has been received and will be reviewed.

error icon

Oops! Something went wrong.

Please try again later.