Reputation: 1015
I'm migrating off of Parse to self hosted Parse server. In my staging environment, I need to initialize MongoDB so that it has all the collections of my production environment, but no data. Is there a way to do this without the data? I've attempted to clone my Parse DB and export the cloned DB's collections, but this has no effect on the collections visible to me through Parse Dashboard. Anyone know if this is possible?
Upvotes: 1
Views: 271
Reputation: 333
Migrate your data, then use the parse dashboard and delete all the rows.
The database migration tool can be found in the Dashboard under App Settings → General → Migrate to external database.
https://www.parse.com/migration
Upvotes: 0