-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MongoDB data loss #289
Comments
yes, this problem is affect to me. i losed mongodb data in all docs |
have you find the way to resolve this problem? |
unfortunately no. I don't even know what caused it. I can't even replicate the error. All I can do is setup periodic backup |
Thank you for your response! I am wondering if the data loss might be caused by running MongoDB in Docker. Have you ever tried running MongoDB directly on a server? If so, was it feasible? Also, for your scheduled backup tasks, what would be a good interval for execution? |
I run it in server all this time and still got data loss. I think its because this template use old version of mongodb. I run the backup once every 30 min because my app doesn't have critical data |
This is because you aren't supposed to run tests on your live db; I answered a similar question here |
Yeah I finally realize that with the hard way....
Pada Rab, 7 Agu 2024 14.16, apank ***@***.***> menulis:
… This is because you aren't supposed to run tests on your live db; I
answered a similar question here
<#294 (comment)>
—
Reply to this email directly, view it on GitHub
<#289 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATWVRZJVSTC5ZOW6YDDXNODZQHCVXAVCNFSM6AAAAABDUGEZVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZSG44DMNRZGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I'm using MongoDb Atlas M0 Cluster for this project. It begin when I add a few user and do some testing. I add a few users. but I notice that I'm losing the users. Somehow the MongoDb data got reset. It left me with user collection but no user inside.
Anyone have the same issue? Or anyone know why this happen?
The text was updated successfully, but these errors were encountered: