]> git.pld-linux.org Git - packages/mongodb.git/commit - mongodb.spec
Multiple instances support added
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 14 Aug 2012 11:46:21 +0000 (13:46 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Tue, 14 Aug 2012 11:46:21 +0000 (13:46 +0200)
commit1a2080c03d42241a9ef4f1ad225d50aee2c020ba
tree863fa7cc1422f63363a049fdf1cbb9f4117a4348
parentbced33ee8e9ab826ee84f15210578964de56eee1
Multiple instances support added

Now multiple MongoDB instances may be started by our mongod init script.
Each instance is configured via /etc/mongod/${name}.conf.

Old configuration from /etc/mongod.conf is moved to
/etc/mongod/default.conf on upgrade. Database, pid file and log file
locations are not changed for the default instance.

Non-default instances have their pid file changed to
/var/run/mongod-${name}.pid. Database and log file locations are defined
in the /etc/mongod/*.conf files and it is the administrator
responsibility to set them right.
mongodb.init
mongodb.spec
This page took 0.039757 seconds and 4 git commands to generate.