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
If I host Parse Server on Heroku, how should I handle the files? Can I put them directly in MongoLab or should I use AWS S3? I know the Parse team is working on migrating files but for new files what is the recommended path? Thanks
The text was updated successfully, but these errors were encountered:
@dcdspace when migrating object from your Parse DB to MongoLab (or any other Mongo really), the file objects will continue to point to files hosted on Parse. We're working on tooling for migrating those files to a destination of your choice.
For now, new files will be written directly to your new Mongo DB (MongoLab). PR #113 adds support for storing those files in S3. This will be the recommended way of dealing with files for anything other than a dev app.
If I host Parse Server on Heroku, how should I handle the files? Can I put them directly in MongoLab or should I use AWS S3? I know the Parse team is working on migrating files but for new files what is the recommended path? Thanks
The text was updated successfully, but these errors were encountered: