Parse - Recover deleted rows

感情迁移 提交于 2019-12-11 12:45:32

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!