Log file Viewer
Help
|
Karma
| Search:
#mongodb logs for Monday the 25th of November, 2019
(
Back to #mongodb overview
) (
Back to channel listing
) (
Animate logs
)
[
13:31:21
] <
littlepython
> i get this message `Failed: error connecting to db server: no reachable servers`
[
13:31:30
] <
littlepython
> when i try to do a mongorestore
[
13:31:36
] <
littlepython
> could anyone help me here
[
13:32:36
] <
littlepython
> `mongorestore --host clusterendpoint:port --sslCAFile rds-combined-ca-bundle.pem --username <username> --password <password> -d <dbname> --gzip --archive prod-10-25 -v`
[
13:32:41
] <
littlepython
> this is the command i used
[
14:05:44
] <
littlepython
> is this channel alive?
[
14:36:55
] <
GothAlice
> littlepython: Intermittently.
[
14:40:04
] <
littlepython
> GothAlice could you help me out. im stuck trying to restore the db
[
14:47:26
] <
AWizzArd
> Why is it useful to have multiple collections? Why not put all objects into a single coll?
[
16:14:01
] <
Ankhers
> How can I check if the date difference between two values is greater than, say, 30 days?
[
16:14:25
] <
Ankhers
> So I only want to return the records that have that difference above 30 days.
[
19:25:47
] <
robertparkerx
> I've asked this before but how is it you find() LIKE %term%
[
19:28:04
] <
robertparkerx
> ./term/
[
19:35:40
] <
robertparkerx
> new MongoDB\BSON\Regex( '^'.$_GET['searchCustomer'].'', 'i' ) worked
[
21:46:44
] <
b0nn
> I need to understand caching better in webscale architectures, does anyone know of a good resource for that sort of thing?