Include log rotate scripts into deb and rpm packages

XMLWordPrintableJSON

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

      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:
            [DO NOT ASSIGN] Backlog - Server Development Platform Team (SDP) (Inactive)
            Reporter:
            Alexander Komyagin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: