Does anyone know how to recreate import/export from parse.com on parse server?
Or even point me in the right direction to do this?
Does anyone know how to recreate import/export from parse.com on parse server?
Or even point me in the right direction to do this?
Copyright © 2021 Jogjafile Inc.
You can use a third party MongoDB tool for that like MongoChef.
Or you can use a Mongo query like mongodump:
And to "restore/import" that, i used (from directory_backup/dump/):
Check out this stackoverflow answer for more one that.