You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking to create a development instance of a self hosted parse server in production. Are there any methods or tools to assist in this? Also interested in export/import of objects
The text was updated successfully, but these errors were encountered:
To import/export objects for dev instances, you better use a mongodump, or the mongo Interface. Going through thé SDK would ultimately regenerate new objectId.
Then running a développement instance is pretty much the same as a production one, just use a separate database.
If you are interested in migrating your Parse files from the hosted platform to your S3 bucket, we have made a tool we have finished using, publicly available: https://github.com/modernistik/parse-file-migration .
Uh oh!
There was an error while loading. Please reload this page.
Looking to create a development instance of a self hosted parse server in production. Are there any methods or tools to assist in this? Also interested in export/import of objects
The text was updated successfully, but these errors were encountered: