Mongodb keep crashing

I don't know why but it suddenly crashed and it's keep crashing when restarting
13 Replies
Percy
Percy5mo ago
Project ID: N/A
PikaYuhno
PikaYuhno5mo ago
Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem Opening WiredTiger WiredTiger opened WiredTiger recoveryTimestamp You are running on a NUMA machine. We suggest launching mongod like this to avoid performance problems: numactl --interleave=all mongod [other options] /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' vm.max_map_count is too low Updated wire specification current featureCompatibilityVersion value Clearing temp directory Initializing cluster server parameters from disk Flow Control is enabled on this deployment Initializing full-time diagnostic data capture Setting new configuration state Timestamp monitor starting Listening on Listening on Listening on Waiting for connections mongod startup complete Connection accepted client metadata Connection accepted client metadata Connection accepted client metadata Auth metrics report Connection accepted Successfully authenticated client metadata Auth metrics report Received first command on ingress connection since session start or auth handshake Successfully authenticated Received first command on ingress connection since session start or auth handshake Connection ended Connection ended Connection ended Connection ended Unclean full-time diagnostic data capture shutdown detected, found interim file, some metrics may have been lost Writing fatal message Writing fatal message Writing fatal message BACKTRACE Frame Frame Frame Frame Frame Frame Frame Frame Frame Frame Frame Frame Frame Frame Frame Initialized wire specification how can I even recover my data? I'm using the trial plan to test things out but if railway is this unreliable I can't upgrade to hobby plan 017aaa17-e727-4ee3-b7c8-72e1822512ba
Brody
Brody5mo ago
can i see a screenshot of the volume usage?
PikaYuhno
PikaYuhno5mo ago
Do you mean disk usage?
No description
PikaYuhno
PikaYuhno5mo ago
No description
PikaYuhno
PikaYuhno5mo ago
No description
Brody
Brody5mo ago
it's possible mongo is trying to use more resources than the trial plan allows for, please upgrade to hobby, then within the volumes settings click grow
PikaYuhno
PikaYuhno5mo ago
I just upgraded to hobby plan and it still crashed
Brody
Brody5mo ago
did you grow your volume to 5gb?
PikaYuhno
PikaYuhno5mo ago
My bad, I just did it I think it's working now, thank you for helping I have one more question: is there a way to backup my mongodb data?
Brody
Brody5mo ago
you would need to use a tool like mongodump there's unfortunately nothing native
PikaYuhno
PikaYuhno5mo ago
gotcha, thank you!
Brody
Brody5mo ago
no problem!