Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse File Migration from Parse S3 #103

Closed
viraj opened this issue Jan 31, 2016 · 9 comments
Closed

Parse File Migration from Parse S3 #103

viraj opened this issue Jan 31, 2016 · 9 comments

Comments

@viraj
Copy link

viraj commented Jan 31, 2016

Hi Parse team,

I successfully migrated my app but I'm having difficult time accessing the PFFile.

  1. Are those PFFiles still on Parse ? Even after migration ?
  2. If so how can we migrate those files ? Does it need to ?
  3. If its not where are there and how can I access them ?

Need your help.

@skinp
Copy link
Contributor

skinp commented Jan 31, 2016

@viraj those files are still on Parse. The old PFFile objects you migrated will still point to the original files hosted on Parse.

We are currently working on tooling allowing you to migrate those files.

@viraj
Copy link
Author

viraj commented Jan 31, 2016

Thanks. Let us know when its ready.

@gfosco
Copy link
Contributor

gfosco commented Feb 1, 2016

If you provide the File Key (from Parse dashboard), then parse-server can render the proper url key when ParseFile columns are included in query results.

@gfosco gfosco added the accepted label Feb 1, 2016
@gfosco gfosco changed the title What is happening to PFFile Parse File Migration from Parse S3 Feb 1, 2016
@gfosco
Copy link
Contributor

gfosco commented Feb 1, 2016

Continue discussion in #8.

@gfosco gfosco closed this as completed Feb 1, 2016
@GuichiZhao
Copy link

Any updates related to file migration now?

@flovilmart
Copy link
Contributor

@GuichiZhao
Copy link

@flovilmart Thanks

@apersaud
Copy link

If anyone else is looking for another Parse File to S3 migration tool, we made ours open source: https://github.com/modernistik/parse-file-migration

If you are ok with Heroku, you can use the heroku deploy button provided and then delete the heroku instance once it has completed.

@flovilmart
Copy link
Contributor

note that the parse-files-utils is leveraging mongodb directly and the file adapters too, so not S3 specific.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants