Hi guys currently working on database migration.
Case: I have two project on cloud console which Staging and Production.
Objective: I want to migrate the staging database collection/structure into production.
Question: Is it have best method to clone the structure?
TL;DR
Developers are looking to migrate a database collection/structure from one cloud project to another. They can only create the collection, not together with attributes. Currently, they are manually creating collections using server SDK. The objective is to migrate the staging database structure to production. The question is if there is a best method to clone the structure.