Skip to main content
Answer

Kubernetes - App-Consistent Backups using cvtasks

  • October 22, 2024
  • 2 replies
  • 105 views

Forum|alt.badge.img+4

Hello,

I'm currently working on K8s application-consistent backups through cvtasks. MongoDB is not mentioned in the documentation or on GitHub at AppConsistency/examples.
https://documentation.commvault.com/2023e/essential/application_consistent_backups_for_kubernetes_using_cvtasks.html

Is this just a limitation of the CVK8SDiscoverDB.sh script and can a cvtask for a MongoDB be created manually using command, ScriptText or LocalScript or can a MongoDB only be protected app-consistent using a pre/post scripts?

Thank you.

Best answer by Sureshkumar S

Hi Pascal,

Good day!

DBDetection script doesn't support mongo DB.

But you can manuallly create a cvtask /cvtaskset object and put your own script there

Regards,

Sureshkumar S

 

 

2 replies

Forum|alt.badge.img+10
  • Vaulter
  • Answer
  • October 23, 2024

Hi Pascal,

Good day!

DBDetection script doesn't support mongo DB.

But you can manuallly create a cvtask /cvtaskset object and put your own script there

Regards,

Sureshkumar S

 

 


Forum|alt.badge.img+4
  • Author
  • Byte
  • October 23, 2024

Hi Sureshkumar, 

thank you very much for your answer. That’s what I expected and hoped to hear. 

Regards,

Pascal