realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Is partial realms inside realm object server safe to delete? #381

Closed howdyhyber closed 6 years ago

howdyhyber commented 6 years ago

As what i have observed in the behavior of ROS, most of the storage are taken up by partial realms. It is safe to delete partials realms inside data/sync/user_data?

howdyhyber commented 6 years ago

follow up

nirinchev commented 6 years ago

It is not advisable to delete the files themselves. You can use Studio to delete the Realms, but keep in mind that any clients that have synchronized against these partial Realms will then experience a client reset and have to redownload the data.

astigsen commented 6 years ago

Closing this for now as the question has been answered. Please reopen if it was unclear or does not solve your problem.