We're using the hosted version of Apigee. I have two questions:
Does Apigee backup BaaS on a regular basis and is it possible to restore? I'm concerned that someone may accidentally delete a large amount of data and I would need to roll back to the previous day. If this is possible, what is the backup schedule?
I am also trying to determine the best way to move data between organizations. The biggest obstacle here seems to be that all connections are based on UUID and it is not possible to set or update this value, it is always randomly generated. Is there any way to move this data apart from creating each entity one at a time?
Answer by sarthak · May 11, 2015 at 09:50 PM
Hi @Sean Kuhlman By default BaaS has a cluster of atleast 3 nodes. So every piece of data is atleast copied in 3 different nodes. Thus there is no way you can lose your data.
Thank you, this information is helpful. The case I'm concerned about is if a large amount of data is deleted accidentally by a user. Is it possible to roll back to a previous day?