[04:59:13] <rjsalts> I'm trying to convert from a replicaset to standalone. I used the Reconfigure by Turning Off Replication steps from http://docs.mongodb.org/manual/tutorial/reconfigure-replica-set-with-unavailable-members/
[04:59:48] <rjsalts> but when I start up I still get WARNING: mongod started without --replSet yet 1 documents are present in local.system.replset when I connect
[05:01:11] <rjsalts> The "Create a backup of the data directory (i.e. dbPath) of the surviving members of the set." seems rather ambiguous, they just mean create a copy of the files, right?
[12:43:56] <tomelders> hi all, would this be the place to come for mongodb help?
[17:13:54] <ome> Does mongod depends on any other binary?
[17:41:50] <skot> not really: libc/stdlib, openssl/sasl (if you use it)
[17:57:45] <karatechopdog> Hey.. is it possible to query a string against a stored regexp field without using a custom $where function?