I've got 2 applications in BaaS (1 for test env and 1 for prod).
In test application I've got collection with 400k entities. How can I transfer all the entities (or collection) to prod application?
Answer by brandon@apigee.com · Jun 20, 2017 at 03:46 PM
Have a look at https://github.com/jwest-apigee/usergrid-util-python/tree/master/usergrid_tools/migration - these migration scripts were used to transfer data from old 1.0 Usergrid to new 2.1 Usergrid and work great. One catch is that connections are a bit of a challenge, and user passwords don't transfer over.
Remove meta-data while retrieving collection from BaaS. 1 Answer
Apigee Baas - No collections found 3 Answers
Entity count in BaaS collection 1 Answer
How does destroyEntity work? 0 Answers