问题
If we delete all the rows in a table by mistake (!) on Parse, is there a way to recover from it at all? Are there automatic backup's that we can restore from?
回答1:
Parse itself does not have tools for recovery of deleted items. Once you delete something, it is gone.
However, if you click Settings, there is an option on the left called "Export Data", which will email you a zipped JSON file with all of your data. I recommend that you do this regularly. Then, if you somehow accidentally delete all of your data, you can at the least restore to the latest export by clicking the "Import Data" button at the bottom of the data browser and selecting the downloaded JSON file.
Keep in mind that the links Parse sends you with your data are temporary, so be sure to download and store the file.
回答2:
No. Parse does not have any kind of backed up data to recover data that was deleted by developer misstakes. This question is clear on this.
If you want to implement a tool to store a backup of all data that is saved to your database there is some ways. Take a look here.
来源:https://stackoverflow.com/questions/32702632/parse-recover-deleted-rows