Skip to main content
Solved

Backup Linux SQL Server


BertrandFR
Forum|alt.badge.img+8

Hello Veeamers,

I read the veeam docs and i don’t see any references to MSSQL on Linux.

https://helpcenter.veeam.com/docs/backup/explorers/vesql_systemreqs.html?ver=110

Am I the only one to have this gift on production on VM? Except VM backup, it will be old fashioned way for DBA to play with backup on it.

Best answer by StefanZi

Oh .. they do really exist. I never encountered one at my customers so far, and yes, you won’t find native support for it in Veeam.

You could still go and use pre- and post-scripting, e.g. to create a DB snapshot and flush everything to disk before taking the VM snapshot. You could also truncate logs in the post-script after taking the backup.

It is not that sexy as with native Veeam integration of course, but depending on your use cases it might be better than dumping SQL baks.

View original
Did this topic help you find an answer to your question?

5 comments

Mildur
Forum|alt.badge.img+12
  • Influencer
  • 1035 comments
  • June 1, 2021

A colleague of mine is using a Linux MSSQL Server as the configuration DB Server in his Home Lab. So far, it’s working. But I don’t think it’s supported :D

Backup will not work of course, I don’t think there are similar integration like VSS at the moment.


StefanZi
Forum|alt.badge.img+3
  • Comes here often
  • 49 comments
  • Answer
  • June 1, 2021

Oh .. they do really exist. I never encountered one at my customers so far, and yes, you won’t find native support for it in Veeam.

You could still go and use pre- and post-scripting, e.g. to create a DB snapshot and flush everything to disk before taking the VM snapshot. You could also truncate logs in the post-script after taking the backup.

It is not that sexy as with native Veeam integration of course, but depending on your use cases it might be better than dumping SQL baks.


JMeixner
Forum|alt.badge.img+17
  • On the path to Greatness
  • 2650 comments
  • June 1, 2021

Very exotic 😎

I think you can work with scripts.


  • New Here
  • 1 comment
  • December 12, 2022

Hi,

I was wondering if there has been any update on this? Or is the scripts the only option at the moment?

 

Cheers 😀


Mildur
Forum|alt.badge.img+12
  • Influencer
  • 1035 comments
  • December 12, 2022

No update.

Scripts are still the way to go.

 

Best,

Fabian


Comment