summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/mongodb.conf3
2 files changed, 9 insertions, 0 deletions
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@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