Commit 8f4b5e38 by Kevin Falcone

Upgrade to 3.0.14

3.0.14 was a bugfix release to 3.0.13
Changelog here, nothing particularly relevant to us, just the normal
march of progress and bugfixes.

https://docs.mongodb.com/v3.2/release-notes/3.0-changelog/#id1
parent 40164fcf
...@@ -44,7 +44,7 @@ ad_hoc_reporting_pip_pkgs: ...@@ -44,7 +44,7 @@ ad_hoc_reporting_pip_pkgs:
MONGODB_APT_KEY: "7F0CEB10" MONGODB_APT_KEY: "7F0CEB10"
MONGODB_APT_KEYSERVER: "keyserver.ubuntu.com" MONGODB_APT_KEYSERVER: "keyserver.ubuntu.com"
MONGODB_REPO: "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" MONGODB_REPO: "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen"
mongo_version: 3.0.12 mongo_version: 3.0.14
# AD_HOC_REPORTING_REPLICA_DB_HOSTS: # AD_HOC_REPORTING_REPLICA_DB_HOSTS:
# - db_host: "{{ EDXAPP_MYSQL_REPLICA_HOST }}" # - db_host: "{{ EDXAPP_MYSQL_REPLICA_HOST }}"
......
...@@ -3,7 +3,7 @@ mongo_logappend: true ...@@ -3,7 +3,7 @@ mongo_logappend: true
#This way, when mongod receives a SIGUSR1, it'll close and reopen its log file handle #This way, when mongod receives a SIGUSR1, it'll close and reopen its log file handle
mongo_logrotate: reopen mongo_logrotate: reopen
mongo_version: 3.0.12 mongo_version: 3.0.14
mongo_port: "27017" mongo_port: "27017"
mongo_extra_conf: '' mongo_extra_conf: ''
mongo_key_file: '/etc/mongodb_key' 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