-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Everything From MongoDB Deleted Automatically No Idea How my User Base was 5000 Please Help #3330
Comments
@Heman6886 please provide a detailed report of your issue. We can't help without the details that were asked... |
Sir yesterday my database was fine but today i checked my database is empty as i did the parse dashboard live it shows nothing only 5 -6 users that are being showing |
what does mongo says if you log in using the shell? what version of Parse
Server? where is your DB hosted? you're still not providing the information
we need to help you figure out what's going on...
…On Fri, Jan 6, 2017 at 10:57 AM, Heman6886 ***@***.***> wrote:
Sir yesterday my database was fine but today i checked my database is
empty as i did the parse dashboard live it shows nothing only 5 -6 users
that are being showing
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3330 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AArs2NIy5TtO0tc9f0Ht5FoTt0qrx7SEks5rPmRsgaJpZM4LczoT>
.
|
Authenication Fail |
version is 1.4.0 |
@Heman6886 so 3 things:
Really if you can't connect to your DB server, THAT is the problem... I'm closing for now as the root cause seems to be your Mongo DB and this bug report is incomplete... |
Sir You Are Right My Database Has Been Hacked . Can I get The copy of my databse that is being stored upon the parse offical server |
You should reach out to parse.com/help but there is no guarantee there is any copy left from the database before migration after you migrated your database. @skinp? |
I have Tried There but there is no email address to mail the issue to so is there any way left |
@Heman6886 unfortunately we don't keep backups on Hosted Parse after you move off to your own Parse Server. You're responsible for your own backups, which hopefully you've been taking care of. |
But sir please help users to make changes so that the port of mongodb Can be changed as mongodb using port 27017 are getting hacked so please |
Did you had password/user to login to the database? Did you use SSL? See: https://docs.mongodb.com/manual/administration/security-checklist/ |
Yes sir everything was added user password and login SSL too |
@Heman6886 there's nothing wrong about running Mongo on port 27017... plus Parse Server (and Mongo) allows you to have your Mongo listen on any other port you want. Even if you ran Mongo on another port, as long as it's unprotected (no auth, SSL, network ACLs...) and you don't follow best practices, you're at risk of being hacked. Responsibility for securing Mongo and Parse Server is yours. We recommend using a provider like mLab or others if you're not used to running your own online services. |
No sir mongodb are getting hacked which are running on port 27017 |
Yeah, they are a target, as they're running on a default port, anyhow, if that's really the case, your mongodb was protected as recommended in the security checklist, you should probably report to mongodb instead of here. |
OK sir thanks and can u please tell me the query to update my parse server and parse dashboard |
Not sure what you mean. We're running mongodb on the default port, have replica sets and backup in place in order to prevent such disasters. |
How can I update my parse server and parse dashboard |
It all depends.but usually |
Do I have to stop parse server before updating it |
One thought I had about the data, maybe the hackers didn't drop the oplog? If it's the case, you might be able to get some data back. Have a look in local.oplog.rs... |
OK thnxx I will work on it and check |
My mongodb database are deleted too, about 20000 users. |
They delete my db too, may be it was accident. but its true I have delete logs, it done by single connection. I never seen once setup got over, assuming everything going smoth, but today i was trying setup notification too but unable to connect my db server var directory was full with error logs, i have back up till affected date but lost middle user data. 2017-01-08T01:15:46.953+0530 [conn268594] command local.$cmd command: dropDatabase { dropDatabase: 1.0 } keyUpdates:0 numYields:0 locks(micros) W:639541 reslen:56 641ms |
gosh lost all the databases in mongodb. Is there any chance of getting all the lost data back? |
Please read the following instructions carefully.
Check out #1271 for an ideal bug report.
The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
Many members of the community use Stack Overflow and Server Fault to ask questions.
Read through the existing questions or ask your own!
For database migration help, please file a bug report at https://parse.com/help#report
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
You've met the prerequisites: https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide#prerequisites.
You're running the latest version of Parse Server: https://github.com/ParsePlatform/parse-server/releases
You've searched through existing issues: https://github.com/ParsePlatform/Parse-Server/issues?utf8=%E2%9C%93&q=is%3Aissue Chances are that your issue has been reported or resolved before.
You have filled out every section below. Issues without sufficient information are more likely to be closed.
--
Issue Description
[DELETE EVERYTHING ABOVE THIS LINE BEFORE SUBMITTING YOUR ISSUE]
Describe your issue in as much detail as possible.
[FILL THIS OUT]
Steps to reproduce
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
Expected Results
[FILL THIS OUT]
Actual Outcome
[FILL THIS OUT]
Environment Setup
Server
Database
Logs/Trace
You can turn on additional logging by configuring VERBOSE=1 in your environment.
[FILL THIS OUT]
The text was updated successfully, but these errors were encountered: