Hi,
What are the best practices for updating an add-in on the hosted SP environment? I mean that when you deploy a new version of the add-in in Visual Studio (F5) then the add-in is uninstalled and then the new version is installed. Uninstalling means that all
data (lists) are wiped and you have empty store.
Another scenario is when one needs to extend data types of lists. Is there any tool to backup/restore data in such cases?
THX.