Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-29963

Include log rotate scripts into deb and rpm packages

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • 4.1 Desired
    • Affects Version/s: None
    • Component/s: Packaging
    • Labels:
      None
    • Server Development Platform

      Spin off from SERVER-5325. Simple log rotate example for 3.4+:

      /var/log/mongodb/*.log {
        daily
        missingok
        rotate 5
        compress
        dateext
        delaycompress
        sharedscripts
        postrotate
             /usr/bin/kill -SIGUSR1 `/usr/bin/cat /var/run/mongod.pid`
        endscript
        notifempty
      }
      

      The default mongod.conf should also be altered to set log rotate behavior to "reopen" and pidfile set to /var/run/mongod.pid

            Assignee:
            backlog-server-devplatform [DO NOT ASSIGN] Backlog - Server Development Platform Team (SDP) (Inactive)
            Reporter:
            alex.komyagin@mongodb.com Alexander Komyagin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: