Commit 62030ef1 by Kevin Falcone

3.0.12 shipped, with some nice bugfixes

http://docs.mongodb.org/manual/release-notes/3.0

SERVER-22970  Background index build produces an index with mismatched
index keys and documents
parent 7c19f04a
......@@ -43,9 +43,8 @@ ad_hoc_reporting_pip_pkgs:
MONGODB_APT_KEY: "7F0CEB10"
MONGODB_APT_KEYSERVER: "keyserver.ubuntu.com"
MONGODB_REPO: "deb http://repo.mongodb.org/apt/ubuntu precise/mongodb-org/3.0 multiverse"
mongo_version: 3.0.8
MONGODB_REPO: "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen"
mongo_version: 3.0.12
# AD_HOC_REPORTING_REPLICA_DB_HOSTS:
# - db_host: "{{ EDXAPP_MYSQL_REPLICA_HOST }}"
......@@ -55,6 +54,3 @@ mongo_version: 3.0.8
# depends_on: True
AD_HOC_REPORTING_REPLICA_DB_HOSTS: []
......@@ -3,7 +3,7 @@ mongo_logappend: true
#This way, when mongod receives a SIGUSR1, it'll close and reopen its log file handle
mongo_logrotate: reopen
mongo_version: 3.0.8
mongo_version: 3.0.12
mongo_port: "27017"
mongo_extra_conf: ''
mongo_key_file: '/etc/mongodb_key'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment