Details on Mongo log cleanup, DB backup plans, and transaction logs cleanup

Introduction

This article gives an overview of the Mongo log cleanup, DB backups, and transaction logs cleanup activities.

Activities

Production Environment Backups

  • Full DB - once a week
  • Differential backup - every 3 hours
  • Transactional logs - 5 min
  • Delete backups - Every day (Retention 2 weeks )
  • Mongo Log cleanup - 90 Days


Non-Production Environment

  • Full DB - once a week
  • Diff - every 3 hours
  • Delete - Every day (Retention 1 week)
  • Mongo Log cleanup - 90 Days

Additional Information

All the steps can be automated using SQL server jobs.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.