[Pkg-mongodb-maintainers] [pkg-mongodb] 200/394: enable journaling by default (Closes:#664080)

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:58:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit 4bf70009546d751d87bc4912e9193341429f4b54
Author: Antonin Kral <a.kral at bobek.cz>
Date:   Thu Mar 15 16:48:46 2012 +0100

    enable journaling by default (Closes:#664080)
---
 debian/changelog    | 6 ++++++
 debian/mongodb.conf | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 19beba8..b31215a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mongodb (1:2.0.3-2) unstable; urgency=low
+
+  * Enable journaling by default (Closes:#664080)
+
+ -- Antonin Kral <A.Kral at sh.cvut.cz>  Thu, 15 Mar 2012 16:48:06 +0100
+
 mongodb (1:2.0.3-1) unstable; urgency=low
 
   * New upstream release 2.0.2
diff --git a/debian/mongodb.conf b/debian/mongodb.conf
index d14966e..087ea8d 100644
--- a/debian/mongodb.conf
+++ b/debian/mongodb.conf
@@ -11,6 +11,9 @@ logappend=true
 bind_ip = 127.0.0.1
 #port = 27017
 
+# Enable journaling, http://www.mongodb.org/display/DOCS/Journaling
+journal=true
+
 # Enables periodic logging of CPU utilization and I/O wait
 #cpu = true
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list