summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2012-03-15 16:48:46 +0100
committerAntonin Kral <a.kral@bobek.cz>2012-03-15 16:48:46 +0100
commit4bf70009546d751d87bc4912e9193341429f4b54 (patch)
treebb349f70408b32bcfc02fa6a725cd97deb5a9659
parent8535a227d5cb199fe70ffbddca88bb4c5b9b4976 (diff)
downloadmongodb-4bf70009546d751d87bc4912e9193341429f4b54.tar.gz
enable journaling by default (Closes:#664080)
-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