Realistic Data Backup method for Parse.com

后端 未结 5 921
星月不相逢
星月不相逢 2021-02-01 20:07

We are building an iOS app with Parse.com, but still can\'t figure out the right way to backup data efficiently.

As a premise, we have and will have a LOT of data store

5条回答
  •  眼角桃花
    2021-02-01 20:56

    I can confirm that today, Parse did lost my data. Or at least it appeared to be so.

    After several errors where detected on multiple apps (agreed by Parse Status twitter account), we could not retrieve data for an app, without any error.

    It was because an entire column of one of our class (type pointer) disappeared and data was not present anymore in the dashboard.

    We are using this pointer column to filter / retrieve data, so the returned queries and collections were empty.

    So we decided to recreate the column manually. By chance, recreating the column, with the same name and type, solved the issue and the data was still there... I can't explain it but I really thought, and the app reacted as if, data were lost.

    So an automated backup and restore option is mandatory, it is not an option.

提交回复
热议问题